In This Topic
Gets the highlight color for the grid lines.
Syntax
'Declaration
Public ReadOnly Property HighlightColor As Color
'Usage
Dim instance As GridLine
Dim value As Color
value = instance.HighlightColor
public Color HighlightColor {get;}
See Also