Documents for Word, .NET Edition
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / LineFormat Class / DashType Property

In This Topic
    DashType Property (LineFormat)
    In This Topic
    Gets or sets the line dash type.
    Syntax
    'Declaration
     
    Public Property DashType As LineDashType
    public LineDashType DashType {get; set;}
    See Also