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