4 references to IndicatorsShape
Microsoft.Maui.Controls (4)
IndicatorView\IndicatorStackLayout.cs (1)
146
CornerRadius = _indicatorView.
IndicatorsShape
== IndicatorShape.Circle
IndicatorView\IndicatorView.cs (3)
17
/// <summary>Bindable property for <see cref="
IndicatorsShape
"/>.</summary>
18
public static readonly BindableProperty IndicatorsShapeProperty = BindableProperty.Create(nameof(
IndicatorsShape
), typeof(IndicatorShape), typeof(IndicatorView), Controls.IndicatorShape.Circle);
188
IShape IIndicatorView.IndicatorsShape =>
IndicatorsShape
== IndicatorShape.Square ? new Shapes.Rectangle() : new Shapes.Ellipse();