ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLShape Class / LineColor Property

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