ActualFill Property (PlotArea)
In This Topic
Gets the actual
System.Windows.Media.Brush object that describes the background for the plot area.
Syntax
'Declaration
Public Overrides ReadOnly Property ActualFill As Brush
'Usage
Dim instance As PlotArea
Dim value As Brush
value = instance.ActualFill
public override Brush ActualFill {get;}
See Also