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


In This Topic
    StrokeThickness Property (SpreadChartElement)
    In This Topic
    Gets or sets the width of the element outline.
    Syntax
    'Declaration
     
    Public Property StrokeThickness As Double
    'Usage
     
    Dim instance As SpreadChartElement
    Dim value As Double
     
    instance.StrokeThickness = value
     
    value = instance.StrokeThickness
    public double StrokeThickness {get; set;}

    Property Value

    The width of the element outline.
    See Also