Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / DashStop Structure
Members


DashStop Structure
Represents a dash stop primitive. Dashing schemes are built by specifying an ordered list of dash stop primitive. A dash stop primitive consists of a dash and a space.
Syntax
'Declaration
 
Public Structure DashStop 
   Inherits System.ValueType
 
'Usage
 
Dim instance As DashStop
Inheritance Hierarchy

System.Object
   System.ValueType
      GrapeCity.Drawing.DashStop

See Also