VisualElement.Y Property

Definition

Gets the current Y position of this element. This is a read-only bindable property.

public double Y { get; }
member this.Y : double

Property Value

The Y position of this element relative to its parents bounds.

Remarks

The y value of an element is set during the Layout phase.

Applies to