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

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