Visual Basic (Declaration) | |
---|---|
Public Property MortarColor As Color |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Color MortarColor {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property Color get_MortarColor(); public: __property void set_MortarColor( 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.For XAML example, refer to BricksTextureCommandBitmapEffect.
For C#/VB examples, refer to BricksTextureCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003