Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
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;}
C++/CLI 
public:
property int MortarWidth {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object MortarWidth =int >

Dependencies Property Information 

Identifier field

MortarWidthProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object MortarWidth =int >

Dependencies 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, Windows Server 2008 family

See Also