Edit

Share via


WebPageFont.FixedWidthFontSize Property

Definition

Returns or sets the fixed-width font size setting in the host application in points.

public:
 property float FixedWidthFontSize { float get(); void set(float value); };
public float FixedWidthFontSize { get; set; }
member this.FixedWidthFontSize : single with get, set
Public Property FixedWidthFontSize As Single

Property Value

Remarks

When you set the FixedWidthFontSize 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