1 write to Y
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
1764
Y
= bounds.Y;
3 references to Y
Microsoft.Maui.Controls (2)
VisualElement\VisualElement.cs (2)
51
static readonly BindablePropertyKey YPropertyKey = BindableProperty.CreateReadOnly(nameof(
Y
), typeof(double), typeof(VisualElement), default(double));
53
/// <summary>Bindable property for <see cref="
Y
"/>.</summary>
Microsoft.Maui.Controls.Foldable (1)
TwoPaneViewLayoutGuide.cs (1)
157
containerArea = new Rect(_layout.X, _layout.
Y
, width, height);