Defines the "3d" depth of the box
Namespace: ZRLabs.Yael.BasicFilters
Assembly: zrlabs.Yael.BasicFilters (in zrlabs.Yael.BasicFilters.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property BoxDepth As Integer |
| C# |
|---|
| public int BoxDepth { get; set; } |
| C++ |
|---|
| public property int BoxDepth sealed { int get(); void set(int value); } |
| J# |
|---|
| /** property */ public int get_BoxDepth(); /** property */ public void set_BoxDepth(int value); |
| JScript |
|---|
| public function get BoxDepth() : int public function set BoxDepth(value : int); |