Class RadSolidColorBrush
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadSolidColorBrush : RadBrush
Constructors
RadSolidColorBrush()
Declaration
public RadSolidColorBrush()
RadSolidColorBrush(Color)
Declaration
public RadSolidColorBrush(Color color)
Parameters
Microsoft.Maui.Graphics.Color
color
|
Properties
Color
Declaration
public Color Color { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|