Spread Silverlight Documentation
AutomaticStroke Property (Picture)


GrapeCity.Windows.SpreadSheet.Data Namespace > Picture Class : AutomaticStroke Property
Gets or sets a System.Windows.Media.Brush object that describes the automatic outline for a chart.
Syntax
'Declaration
 
Public Overrides ReadOnly Property AutomaticStroke As System.Windows.Media.Brush
'Usage
 
Dim instance As Picture
Dim value As System.Windows.Media.Brush
 
value = instance.AutomaticStroke
public override System.Windows.Media.Brush AutomaticStroke {get;}

Property Value

The System.Windows.Media.Brush object that describes the automatic outline for a chart.
See Also

Reference

Picture Class
Picture Members