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