VisualElement.Height Propiedad
Definición
Obtiene el alto representado actualmente de este elemento.Gets the current rendered height of this element. Esta propiedad enlazable es de solo lectura.This is a read-only bindable property.
public double Height { get; }
member this.Height : double
Valor de propiedad
Alto de renderered de este elemento.The renderered height of this element.
Comentarios
El alto de un elemento se establece durante la fase de diseño.The height of an element is set during the Layout phase.