ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1VectorIcon Class / StrokeBrush Property



In This Topic
    StrokeBrush Property
    In This Topic
    Gets or sets the color of the stroke.
    Syntax
    'Declaration
     
    
    Public Property StrokeBrush As Brush
    'Usage
     
    
    Dim instance As C1VectorIcon
    Dim value As Brush
     
    instance.StrokeBrush = value
     
    value = instance.StrokeBrush
    public Brush StrokeBrush {get; set;}
    public:
    property Brush^ StrokeBrush {
       Brush^ get();
       void set (    Brush^ value);
    }
    See Also