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


In This Topic
    StrokeDashType Property (ChartSymbolStyleInfo)
    In This Topic
    Gets or sets the stroke dashes.
    Syntax
    'Declaration
     
    Public Property StrokeDashType As StrokeDashType
    'Usage
     
    Dim instance As ChartSymbolStyleInfo
    Dim value As StrokeDashType
     
    instance.StrokeDashType = value
     
    value = instance.StrokeDashType
    public StrokeDashType StrokeDashType {get; set;}

    Property Value

    The stroke dashes.
    See Also