ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word Namespace / Pen Class / DashPattern Property

In This Topic
    DashPattern Property
    In This Topic
    Gets or sets the custom dash pattern of lines drawn with this pen.
    Syntax
    'Declaration
     
    Public Property DashPattern As Double()
    public double[] DashPattern {get; set;}
    See Also