ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Canvas Namespace / DrawingShape Class / DashedLineStyle Property

In This Topic
    DashedLineStyle Property (DrawingShape)
    In This Topic
    Gets or sets the dash style of the line or border around the shape.
    Syntax
    'Declaration
     
    Public Property DashedLineStyle As ShapeDashedLineStyle
    public ShapeDashedLineStyle DashedLineStyle {get; set;}
    See Also