Namespace: Flowvis
Assembly: Flowvis (in Flowvis.exe)
Syntax
Visual Basic (Declaration) |
---|
Public Property DoStreamlineTapering As Boolean |
C# |
---|
public bool DoStreamlineTapering { get; set; } |
C++ |
---|
public property bool DoStreamlineTapering sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_DoStreamlineTapering(); /** property */ public void set_DoStreamlineTapering(bool value); |
JScript |
---|
public function get DoStreamlineTapering() : bool public function set DoStreamlineTapering(value : bool); |