Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DataLabel Class / ActualStrokeDashType Property


In This Topic
    ActualStrokeDashType Property (DataLabel)
    In This Topic
    Gets the actual type of the outline.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActualStrokeDashType As StrokeDashType
    'Usage
     
    Dim instance As DataLabel
    Dim value As StrokeDashType
     
    value = instance.ActualStrokeDashType
    public StrokeDashType ActualStrokeDashType {get;}

    Property Value

    The actual type of the outline.
    See Also