Typeface.UnderlinePosition 屬性

定義

取得值,這個值表示從字樣基準到底線的距離。

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

屬性值

Double

Double,表示底線位置,是從基準開始測量並以佔字型 em 大小的分數表示。

備註

傳回值通常是負值,以將底線置於基準下方。 例如,的 -0.1 傳回值表示底線位置在基準下方的字型 em 為十分之一,而 的 -0.25 傳回值則表示其為基準下方的字型 em 的第四分之一。

適用於