ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RadialColorItem Class / Brush Property

In This Topic
    Brush Property
    In This Topic
    Gets or sets the Brush property.
    Syntax
    'Declaration
     
    Public Property Brush As Windows.UI.Xaml.Media.Brush
    public Windows.UI.Xaml.Media.Brush Brush {get; set;}
    Remarks
    This property will be set automatically if application sets the Color property.
    See Also