VisualElement.Width Property

Definition

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

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

Property Value

The renderered width of this element.

Remarks

The width value of an element is set during the layout cycle.

Applies to