FamilyTypeface.UnderlinePosition 属性

定义

获取或设置相对于基线的下划线的位置值。 此值也相对于 em 大小。

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值通常为负值,以便将下划线置于基线下方。

适用于