Spread WinForms 15
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
See Also