PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / LineDef Class / DashPattern Property

In This Topic
    DashPattern Property (LineDef)
    In This Topic
    Gets an array of custom dashes and spaces.
    Syntax
    'Declaration
     
    Public ReadOnly Property DashPattern As Single()
    public float[] DashPattern {get;}
    Remarks
    This property is used only if DashStyle is set to System.Drawing.Drawing2D.DashStyle.Custom.
    See Also