Style.Height Propriedade

Definição

Obtém ou define a altura do controle do servidor Web.Gets or sets the height of the Web server control.

public:
 property System::Web::UI::WebControls::Unit Height { System::Web::UI::WebControls::Unit get(); void set(System::Web::UI::WebControls::Unit value); };
[System.ComponentModel.Bindable(true)]
public System.Web.UI.WebControls.Unit Height { get; set; }
public System.Web.UI.WebControls.Unit Height { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Height : System.Web.UI.WebControls.Unit with get, set
member this.Height : System.Web.UI.WebControls.Unit with get, set
Public Property Height As Unit

Valor da propriedade

Unit

Um Unit que representa a altura do controle do servidor Web.A Unit that represents the height of the Web server control. O padrão é Empty, que indica que essa propriedade não está definida.The default is Empty, which indicates that this property is not set.

Atributos

Exceções

A propriedade Value do Unit é negativa.The Value property of the Unit is negative.

Comentários

Use a Height propriedade para especificar ou determinar a altura do controle do servidor Web.Use the Height property to specify or determine the height of the Web server control. Essa propriedade é definida com um Unit .This property is set with a Unit.

Aplica-se a

Confira também