Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / BorderLineData Class / StrokeDashOffset Property


In This Topic
    StrokeDashOffset Property
    In This Topic
    Gets the stroke dash offset in the border line data.
    Syntax
    'Declaration
     
    Public Property StrokeDashOffset As Integer
    'Usage
     
    Dim instance As BorderLineData
    Dim value As Integer
     
    instance.StrokeDashOffset = value
     
    value = instance.StrokeDashOffset
    public int StrokeDashOffset {get; set;}
    See Also