Size.Height Propriedade

Definição

Obtém ou define a altura desta instância de Size.Gets or sets the height of this instance of Size.

public:
 property double Height { double get(); void set(double value); };
public double Height { get; set; }
member this.Height : double with get, set
Public Property Height As Double

Valor da propriedade

Double

O Height dessa instância do Size , em pixels.The Height of this instance of Size, in pixels. O padrão é 0.The default is 0. O valor não pode ser negativo.The value cannot be negative.

Exceções

Especificado um valor menor que 0.Specified a value less than 0.

Comentários

Essa estrutura representa a projeção .NET da estrutura Windows Runtime (WinRT) Size .This struct represents the .NET projection of the Windows Runtime (WinRT) Size struct. Para obter mais informações, consulte tamanho na referência da API UWP.For more information, see Size in the UWP API reference.

Aplica-se a