GrapeCity.Windows.SpreadSheet.Data Namespace / Legend Class / ActualFill Property


In This Topic
ActualFill Property (Legend)
In This Topic
Gets the actual System.Windows.Media.Brush object that describes the background for the legend.
Syntax
'Declaration
 
Public Overrides ReadOnly Property ActualFill As Brush
 
'Usage
 
Dim instance As Legend
Dim value As Brush
 
value = instance.ActualFill
See Also