GenericWebPart.Width Property

This member overrides WebPart.Width.

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

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

public override function get Width () : Unit

public override function set Width (value : Unit)

Not applicable.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: