Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / DashStop Structure
Members


In This Topic
    DashStop Structure
    In This Topic
    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
    public struct DashStop : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.Drawing.DashStop

    See Also