Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
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;}
Managed Extensions for C++ 
public: __property Color get_MortarColor();
public: __property void set_MortarColor( 
   Color value
);
C++/CLI 
public:
property Color MortarColor {
   Color get();
   void set (Color value);
}
XAML Attributes Usage 

<object MortarColor =Color >

Dependency 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, and Windows Server 2003

See Also