WebPageFont.FixedWidthFontSize 属性

定义

返回或设置主机应用程序中的固定宽度字号设置(以磅为单位)。

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

属性值

注解

设置 FixedWidthFontSize 属性时,宿主应用程序不对该值的有效性进行检查。 如果输入了无效值(例如非数字),则主机应用程序会将大小设置为 0 磅。 可以输入精确到 0.5 磅的大小值;如果输入了其他的小数磅值,则该值会被舍入到最接近的半磅值。

适用于