Foreground Property (Axis)
In This Topic
Gets or sets the foreground brush of the axis.
Syntax
'Declaration
Public Property Foreground As Brush
'Usage
Dim instance As Axis
Dim value As Brush
instance.Foreground = value
value = instance.Foreground
public Brush Foreground {get; set;}
See Also