Visual Basic (Declaration) | |
---|---|
Public Property HiliteColor As Color |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Color HiliteColor {get; set;} |
XAML Syntax | |
---|---|
For XAML information, see the System.Windows.Media.Color type. |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsRender |
XAML Property Element Usage | |
---|---|
<object> <object.HiliteColor> <Color .../> </object.HiliteColor> </object> |
XAML Syntax | |
---|---|
For XAML information, see the System.Windows.Media.Color type. |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsRender |
XAML Property Element Usage | |
---|---|
<object> <object.HiliteColor> <Color .../> </object.HiliteColor> </object> |
Return Value
A Color value indicating the color to be used to fill this AnnHiliteObject.For XAML example, refer to AnnHiliteObject.
For C#/VB examples, refer to AnnHiliteObject.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family