Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1LinearBrush Class / EndColor Property

In This Topic
    EndColor Property (C1LinearBrush)
    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