GlyphTypeface.UnderlinePosition 屬性

定義

取得 GlyphTypeface 中的底線位置。

public:
 property double UnderlinePosition { double get(); };
public double UnderlinePosition { get; }
public double UnderlinePosition { [System.Security.SecurityCritical] [System.Security.SecurityTreatAsSafe] get; }
member this.UnderlinePosition : double
[<get: System.Security.SecurityCritical>]
[<get: System.Security.SecurityTreatAsSafe>]
member this.UnderlinePosition : double
Public ReadOnly Property UnderlinePosition As Double

屬性值

Double

表示底線位置的 Double 值。

屬性

備註

底線位置相對於基準,相對於 em 大小。 傳回的位置值通常是負值,因為底線通常低於基準。

適用於