GenericWebPart::Height Property

 

Gets or sets the height (in pixels) of a control.

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

public:
property Unit Height {
	virtual Unit get() override;
	virtual void set(Unit value) override;
}

Property Value

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

A Unit that indicates the height of the control.

This property overrides the base property so that you can get or set the height on the child control as if it were a true WebPart control.

.NET Framework
Available since 2.0
Return to top
Show: