Edit

Share via


WebPageFont.ProportionalFontSize Property

Definition

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.

Applies to