FamilyTypeface.UnderlinePosition プロパティ

定義

ベースラインを基準とする下線の位置の値を取得または設定します。 この値は、全角サイズを基準とした値でもあります。

public:
 property double UnderlinePosition { double get(); void set(double value); };
public double UnderlinePosition { get; set; }
member this.UnderlinePosition : double with get, set
Public Property UnderlinePosition As Double

プロパティ値

Double

Double 型の値。

注釈

の値は、ベースラインの UnderlinePosition 下に下線を配置するために、通常は負です。

適用対象