VisualElement.X Property

Definition

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

C#
public double X { get; }

Property Value

System.Double

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

Remarks

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

Applies to

Product Versions
Xamarin.Forms Latest