Class
RadSolidColorBrush

Represents a brush that paints with a solid Color.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class RadSolidColorBrush : RadBrush

Inheritance: objectRadBrushRadSolidColorBrush

Constructors

RadSolidColorBrush()

Initializes a new instance of the RadSolidColorBrush class.

Declaration

cs-api-definition
public RadSolidColorBrush()

RadSolidColorBrush(Color)

Initializes a new instance of the RadSolidColorBrush class with the specified Color.

Declaration

cs-api-definition
public RadSolidColorBrush(Color color)

Parameters

color

Color

The Color to use for painting.

Properties

Color

Gets or sets the Color of the brush.

Declaration

cs-api-definition
public Color Color { get; set; }

Property Value

Color

The Color used for painting.