Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DashStop Class
Members

In This Topic
    DashStop Class
    In This Topic
    Represents a 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.

    Object Model
    DashStop Class
    Syntax
    'Declaration
     
    Public Class DashStop 
       Inherits FormattingBag
    public class DashStop : FormattingBag 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.FormattingBag
          GrapeCity.Documents.Word.DashStop

    See Also