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

In This Topic
    DashStopList Class
    In This Topic
    Represents a custom dashing scheme.

    It is a list of dash stop items which represent building block atoms upon which the custom dashing scheme is built.

    Object Model
    DashStopList Class
    Syntax
    'Declaration
     
    Public Class DashStopList 
       Inherits GrapeCity.Documents.Word.FormattingBagList(Of DashStop)
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.FormattingBag
          GrapeCity.Documents.Word.FormattingBagList<T>
             GrapeCity.Documents.Word.DashStopList

    See Also