Gets or sets a value that represents the space between cubes.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Space As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CubismCommand
Dim value As Integer
instance.Space = value
value = instance.Space
|
C# | |
---|
public int Space {get; set;} |
Managed Extensions for C++ | |
---|
public: __property int get_Space();
public: __property void set_Space(
int value
); |
C++/CLI | |
---|
public:
property int Space {
int get();
void set (int value);
} |
Return Value
Value that represents the space between cubes, in pixels. As this value decreases the concentration of cubes increases and vice versa. The valid range is from 1 to the image or region dimension that is minimum, that is the minimum value of the height and width. This property only accepts positive values.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also