5 writes to Aspect
Microsoft.Maui.Controls (5)
RadioButton\RadioButton.cs (2)
481
Aspect
= Stretch.Uniform,
492
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;
6 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
)