4 references to FontUnit
System.Web (4)
UI\WebControls\FontUnit.cs (2)
133
public FontUnit(double value) :
this
(new Unit(value, UnitType.Point)) {
140
public FontUnit(double value, UnitType type) :
this
(new Unit(value, type)) {
UI\WebParts\ToolZone.cs (1)
307
style.Font.Size = new
FontUnit
(new Unit(100, UnitType.Percentage));
UI\WebParts\WebPartZoneBase.cs (1)
1450
style.Font.Size = new
FontUnit
(new Unit(100, UnitType.Percentage));