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

Syntax

Visual Basic (Declaration)
Public Property ArrowDist As Single
C#
public float ArrowDist { get; set; }
C++
public property float ArrowDist sealed  {
    float get();
    void set(float value);
}
J#
/** property */
public float get_ArrowDist();

/** property */
public void set_ArrowDist(float value);
JScript
public function get ArrowDist() : float

public function set ArrowDist(value : float);

See Also