WebPart.Height Property

Note: This property is new in the .NET Framework version 2.0.

This member overrides WebControl.Height.

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

/** @property */
public void set_Height (Unit value)

public override function get Height () : Unit

public override function set Height (value : Unit)

.NET Framework

Supported in: 2.0

Community Additions

ADD
Show: