Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI 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