4 references to Value
System.Web (4)
UI\WebParts\AppearanceEditorPart.cs (4)
100
string heightValueString = _height.
Value
;
103
if (Double.TryParse(_height.
Value
, NumberStyles.Float | NumberStyles.AllowThousands,
132
string widthValueString = _width.
Value
;
135
if (Double.TryParse(_width.
Value
, NumberStyles.Float| NumberStyles.AllowThousands,