Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadChartElement Class / Stroke Property


In This Topic
    Stroke Property (SpreadChartElement)
    In This Topic
    Gets or sets the brush that specifies how the element outline is painted.
    Syntax
    'Declaration
     
    Public Property Stroke As Brush
    'Usage
     
    Dim instance As SpreadChartElement
    Dim value As Brush
     
    instance.Stroke = value
     
    value = instance.Stroke
    public Brush Stroke {get; set;}

    Property Value

    A brush that specifies how the element outline is painted.
    See Also