5 writes to Aspect
Microsoft.Maui.Controls (5)
RadioButton\RadioButton.cs (2)
483
Aspect
= Stretch.Uniform,
494
Aspect
= Stretch.Uniform,
Shapes\Ellipse.cs (1)
13
Aspect
= Stretch.Fill;
Shapes\Rectangle.cs (1)
14
Aspect
= Stretch.Fill;
Shapes\RoundRectangle.cs (1)
12
Aspect
= Stretch.Fill;
7 references to Aspect
Microsoft.Maui.Controls (6)
Shapes\Shape.cs (6)
85
/// <summary>Bindable property for <see cref="
Aspect
"/>.</summary>
87
BindableProperty.Create(nameof(
Aspect
), typeof(Stretch), typeof(Shape), Stretch.None);
155
=>
Aspect
switch
290
if (
Aspect
== Stretch.None)
316
switch (
Aspect
)
399
switch (
Aspect
)
Microsoft.Maui.Controls.Compatibility (1)
iOS\Shapes\ShapeRenderer.cs (1)
101
Control.ShapeLayer.UpdateAspect(Element.
Aspect
);