ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word 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 Double
    public double DashOffset {get; set;}
    See Also