WebPart::Width Property

 

Gets or sets the width of the Web server control.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
[PersonalizableAttribute]
property Unit Width {
	virtual Unit get() override;
	virtual void set(Unit value) override;
}

Property Value

Type: System.Web.UI.WebControls::Unit

A Unit that represents the width of the control. The default is Empty.

.NET Framework
Available since 2.0
Return to top
Show: