ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ZoomAction Class / Stroke Property


In This Topic
    Stroke Property (ZoomAction)
    In This Topic
    Gets or sets the stroke brush that is used for painting the selection area.
    Syntax
    'Declaration
     
    
    Public Property Stroke As Brush
    'Usage
     
    
    Dim instance As ZoomAction
    Dim value As Brush
     
    instance.Stroke = value
     
    value = instance.Stroke
    public Brush Stroke {get; set;}
    See Also