PDF for UWP | ComponentOne
C1.Xaml.Pdf 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. Setting this to a non-null value resets the DashStyle.
    Syntax
    'Declaration
     
    
    Public Property DashPattern As Double()
    public double[] DashPattern {get; set;}
    See Also