Visual Basic (Declaration) | |
---|---|
Public Property HighLightColor As Color |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Color HighLightColor {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property Color get_HighLightColor(); public: __property void set_HighLightColor( Color value ); |
XAML Attributes Usage | |
---|---|
<object HighLightColor =Color > |
Dependency Property Information | |
---|---|
Identifier field | HighLightColorProperty |
Metadata properties set to true | None |
Return Value
The highlight color.For XAML example, refer to ColoredBallsCommandBitmapEffect.
For C#/VB examples, refer to ColoredBallsCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003