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