Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1GradientBrush Class / Color2 Property

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