VisualElement.X Property

Definition

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

public:
 property double X { double get(); };
public double X { get; }
member this.X : double
Public ReadOnly Property X As Double

Property Value

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

Remarks

The position of an element is set during layout.

Applies to