Base:
property
Height
System.Web.UI.WebControls.WebControl.Height
1 override of Height
System.Web (1)
UI\WebParts\GenericWebPart.cs (1)
103
public override Unit
Height
{
2 writes to Height
System.Web (2)
UI\WebParts\AppearanceEditorPart.cs (1)
122
webPart.
Height
= (Unit)height;
UI\WebParts\GenericWebPart.cs (1)
119
base.
Height
= value;
2 references to Height
System.Web (2)
UI\WebParts\AppearanceEditorPart.cs (1)
287
_height.Unit = webPart.
Height
;
UI\WebParts\GenericWebPart.cs (1)
110
return base.
Height
;