Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
MortarWidth Property
See Also 
Leadtools.Windows.Media.Effects.SpecialEffects Namespace > BricksTextureCommandBitmapEffect Class : MortarWidth Property





Gets or sets the Mortar width or the space between two adjacent bricks.

Syntax

Visual Basic (Declaration) 
Public Property MortarWidth As Integer
Visual Basic (Usage)Copy Code
Dim instance As BricksTextureCommandBitmapEffect
Dim value As Integer
 
instance.MortarWidth = value
 
value = instance.MortarWidth
C# 
public int MortarWidth {get; set;}
Managed Extensions for C++ 
public: __property int get_MortarWidth();
public: __property void set_MortarWidth( 
   int value
);
C++/CLI 
public:
property int MortarWidth {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object MortarWidth =int >

Dependency Property Information 

Identifier field

MortarWidthProperty

Metadata properties set to true

None

Return Value

Mortar width or the space between two adjacent bricks. This property only accepts positive values.

Example

For XAML example, refer to BricksTextureCommandBitmapEffect.

For C#/VB examples, refer to BricksTextureCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also