WebPart.Width Propiedad

Definición

Obtiene o establece el ancho del control de servidor web.

public:
 virtual property System::Web::UI::WebControls::Unit Width { System::Web::UI::WebControls::Unit get(); void set(System::Web::UI::WebControls::Unit value); };
[System.Web.UI.WebControls.WebParts.Personalizable]
public override System.Web.UI.WebControls.Unit Width { get; set; }
[<System.Web.UI.WebControls.WebParts.Personalizable>]
member this.Width : System.Web.UI.WebControls.Unit with get, set
Public Overrides Property Width As Unit

Valor de propiedad

Un elemento Unit que representa el ancho del control. De manera predeterminada, es Empty.

Atributos

Se aplica a

Consulte también