Gets or sets a value indicating the color to be used to fill this
AnnHiliteObject
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Property HiliteColor As Color |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnHiliteObject
Dim value As Color
instance.HiliteColor = value
value = instance.HiliteColor
|
C# | |
---|
public virtual Color HiliteColor {get; set;} |
Return Value
A
Color value indicating the color to be used to fill this
AnnHiliteObject.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also