WebPageFont.ProportionalFontSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the proportional font size setting in the host application in points.
public:
property float ProportionalFontSize { float get(); void set(float value); };
public float ProportionalFontSize { get; set; }
member this.ProportionalFontSize : single with get, set
Public Property ProportionalFontSize As Single
Property Value
Remarks
When you set the ProportionalFontSize property, the host application does not check the value for validity. If you enter an invalid value, such as a non-number, the host application sets the size to 0 points. You can enter half-point sizes; if you enter other fractional point sizes, they are rounded up or down to the nearest half-point.