Implemented interface members:
property
Color
Microsoft.Maui.Controls.IColorElement.Color
property
Color
Microsoft.Maui.IActivityIndicator.Color
3 references to Color
Microsoft.Maui.Controls (1)
ActivityIndicator\ActivityIndicator.cs (1)
16 /// <summary>Bindable property for <see cref="Color"/>.</summary>
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\ActivityIndicatorRenderer.cs (2)
80 Control.Color = Element.Color == null ? null : Element.Color.ToPlatform();