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


In This Topic
    StrokeDashType Property (SpreadChartElement)
    In This Topic
    Gets or sets the pattern of dashes and gaps that is used to outline elements.
    Syntax
    'Declaration
     
    Public Property StrokeDashType As StrokeDashType
    'Usage
     
    Dim instance As SpreadChartElement
    Dim value As StrokeDashType
     
    instance.StrokeDashType = value
     
    value = instance.StrokeDashType
    public StrokeDashType StrokeDashType {get; set;}

    Property Value

    A value that specify the pattern of dashes and gaps.
    See Also