Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
Space Property
See Also 
Leadtools.Windows.Media.Effects.Effects Namespace > CubismCommandBitmapEffect Class : Space Property





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 CubismCommandBitmapEffect
Dim value As Integer
 
instance.Space = value
 
value = instance.Space
C# 
public int Space {get; set;}
C++/CLI 
public:
property int Space {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object Space =int >

Dependencies Property Information 

Identifier field

SpaceProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object Space =int >

Dependencies 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.

Example

For XAML example, refer to CubismCommandBitmapEffect.

For C#/VB examples, refer to CubismCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family

See Also