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