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

Syntax

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

/** property */
public void set_TextureWidth(float value);
JScript
public function get TextureWidth() : float

public function set TextureWidth(value : float);

See Also