ComponentOne Chart for WPF and Silverlight
Fill Property (ZoomAction)


C1.WPF.C1Chart Namespace > ZoomAction Class : Fill Property
Gets or sets the fill brush that is used for painting selection area.
Syntax
'Declaration
 
Public Property Fill As System.Windows.Media.Brush
'Usage
 
Dim instance As ZoomAction
Dim value As System.Windows.Media.Brush
 
instance.Fill = value
 
value = instance.Fill
public System.Windows.Media.Brush Fill {get; set;}
See Also

Reference

ZoomAction Class
ZoomAction Members