Namespace: Flowvis
Assembly: Flowvis (in Flowvis.exe)

Syntax

Visual Basic (Declaration)
Public Property DoStreamlineEmboss As Boolean
C#
public bool DoStreamlineEmboss { get; set; }
C++
public property bool DoStreamlineEmboss sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_DoStreamlineEmboss();

/** property */
public void set_DoStreamlineEmboss(bool value);
JScript
public function get DoStreamlineEmboss() : bool

public function set DoStreamlineEmboss(value : bool);

See Also