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


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

    Property Value

    The actual width of the outline.
    See Also