VisualElement.Width Property

Definition

Gets the current rendered width of this element. This is a read-only bindable property.

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

Property Value

The renderered width of this element.

Remarks

The width of an element is set during the Layout phase.

Applies to