VisualElement.Height Propriedade
Definição
Obtém a altura renderizada atual desse elemento.Gets the current rendered height of this element. Essa é uma propriedade associável somente leitura.This is a read-only bindable property.
public double Height { get; }
member this.Height : double
Valor da propriedade
A altura renderizada deste elemento.The renderered height of this element.
Comentários
A altura de um elemento é definida durante a fase de layout.The height of an element is set during the Layout phase.