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


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