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

In This Topic
    Color1 Property (C1LinearBrush)
    In This Topic
    Gets the first color of the gradient. Note that setting this property automatically changes the GradientStops collection (the color of the first gradient stop will be changed).
    Syntax
    'Declaration
     
    Public Property Color1 As Color
    public Color Color1 {get; set;}
    See Also