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