Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1LinearBrush Class / EndColor Property

In This Topic
    EndColor Property
    In This Topic
    Gets or sets the ending color of the current linear gradient brush.
    Syntax
    'Declaration
     
    Public Property EndColor As Color
    public Color EndColor {get; set;}
    See Also