VisualElement.Width Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
System.Double
The renderered width of this element.
Remarks
The width of an element is set during the Layout phase.