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