| Visual Basic (Declaration) | |
|---|---|
| Public Property Space As Integer | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public int Space {get; set;} | |
| Managed Extensions for C++ | |
|---|---|
| public: __property int get_Space(); public: __property void set_Space( int value ); | |
| XAML Attributes Usage | |
|---|---|
| <object Space =int > | |
| Dependency Property Information | |
|---|---|
| Identifier field | SpaceProperty | 
| Metadata properties set to true | None | 
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 dimension that is minimum, that is the minimum value of the height and width. This property only accepts positive values.For XAML example, refer to CubismCommandBitmapEffect.
For C#/VB examples, refer to CubismCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003
 
  