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





Gets or sets the fill color that specifies the mortar color.

Syntax

Visual Basic (Declaration) 
Public Property MortarColor As Color
Visual Basic (Usage)Copy Code
Dim instance As BricksTextureCommandBitmapEffect
Dim value As Color
 
instance.MortarColor = value
 
value = instance.MortarColor
C# 
public Color MortarColor {get; set;}
C++/CLI 
public:
property Color MortarColor {
   Color get();
   void set (Color value);
}
XAML Attributes Usage 

<object MortarColor =Color >

Dependencies Property Information 

Identifier field

MortarColorProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object MortarColor =Color >

Dependencies Property Information 

Identifier field

MortarColorProperty

Metadata properties set to true

None

Return Value

Fill color that specifies the mortar color.

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