ClassRadSolidColorBrush
Class
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
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.