Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / Pen Class / DashOffset Property

In This Topic
    DashOffset Property
    In This Topic
    Gets or sets the distance within the dash pattern where a dash begins. The default value is 0.
    Syntax
    'Declaration
     
    Public Property DashOffset As System.Single
    public System.float DashOffset {get; set;}
    See Also