Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / Border Class / DashPattern Property

In This Topic
    DashPattern Property (Border)
    In This Topic
    Gets or sets the dash pattern, used if Style == BorderStyle.Dashed.
    Syntax
    'Declaration
     
    Public Property DashPattern As System.Single()
    public System.float[] DashPattern {get; set;}
    See Also