WebPart.Width 属性

定义

获取或设置 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

属性值

一个表示控件宽度的 Unit。 默认值为 Empty

属性

适用于

另请参阅