| Visual Basic (Declaration) | |
|---|---|
Public Property BackColor As Color | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public Color BackColor {get; set;} | |
| Managed Extensions for C++ | |
|---|---|
public: __property Color get_BackColor(); public: __property void set_BackColor( Color value ); | |
| XAML Attributes Usage | |
|---|---|
<object BackColor =Color > | |
| Dependency Property Information | |
|---|---|
Identifier field | BackColorProperty |
Metadata properties set to true | None |
Return Value
Represents the fill color for the areas outside the cloud.For XAML example, refer to CloudsCommandBitmapEffect.
For C#/VB examples, refer to CloudsCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003
Copy Code