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

In This Topic
    LineColor Property (DrawingShape)
    In This Topic
    Gets or sets the color of the border around the shape.
    Syntax
    'Declaration
     
    Public Property LineColor As Color
    public Color LineColor {get; set;}
    See Also