TextRunProperties.FontRenderingEmSize 屬性

定義

取得文字執行的文字大小 (以點為單位)。

public:
 abstract property double FontRenderingEmSize { double get(); };
public abstract double FontRenderingEmSize { get; }
member this.FontRenderingEmSize : double
Public MustOverride ReadOnly Property FontRenderingEmSize As Double

屬性值

Double

Double,以裝置獨立畫素 (Device Independent Pixel,DIP) 為單位表示文字大小。 預設值為 12 DIP。

備註

DIP 為 1/96 英吋。 隨著 DIP 增加文字的大小增加。

適用於