Implemented interface member:
property
Color
Microsoft.Maui.Controls.IColorElement.Color
3 references to Color
Microsoft.Maui.Controls (2)
BoxView\BoxView.cs (2)
12
/// <summary>Bindable property for <see cref="
Color
"/>.</summary>
70
Paint? IShapeView.Fill =>
Color
?.AsPaint();
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\BoxRenderer.cs (1)
91
var elementColor = Element.
Color
;