GenericWebPart.Width Property

Definition

Gets or sets the width (in pixels) of the control.

C#
public override System.Web.UI.WebControls.Unit Width { get; set; }

Property Value

A Unit that indicates the width of the control.

Remarks

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

Applies to

Продукт Версії
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also