Class Background
Inheritance
System.Object
Background
Namespace: Telerik.Maui.Controls.Compatibility.Common
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class Background : Object
Constructors
Background()
Declaration
public Background()
Background(Color, Color, Double, Location)
Declaration
public Background(Color fill, Color strokeColor, double strokeThickness, Location strokeLocation)
Parameters
Microsoft.Maui.Graphics.Color
fill
|
Microsoft.Maui.Graphics.Color
strokeColor
|
System.Double
strokeThickness
|
Location
strokeLocation
|
Properties
Fill
Declaration
public Color Fill { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
StrokeColor
Declaration
public Color StrokeColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
StrokeLocation
StrokeWidth
Declaration
public double StrokeWidth { get; set; }
Property Value
System.Double
|
Operators
Implicit(Color to Background)
Declaration
public static implicit operator Background(Color color)
Parameters
Microsoft.Maui.Graphics.Color
color
|
Returns
Background
|