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