Base:
property
Width
System.Web.UI.WebControls.WebControl.Width
1 override of Width
System.Web (1)
UI\WebParts\GenericWebPart.cs (1)
226
public override Unit
Width
{
2 writes to Width
System.Web (2)
UI\WebParts\AppearanceEditorPart.cs (1)
153
webPart.
Width
= (Unit)width;
UI\WebParts\GenericWebPart.cs (1)
242
base.
Width
= value;
2 references to Width
System.Web (2)
UI\WebParts\AppearanceEditorPart.cs (1)
290
_width.Unit = webPart.
Width
;
UI\WebParts\GenericWebPart.cs (1)
233
return base.
Width
;