Gets the actual
Windows.UI.Xaml.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
public override Brush AutomaticFill {get;}
See Also