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

In This Topic
    StartColor Property
    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