GlyphTypeface.UnderlinePosition Property

Definition

Gets the position of the underline in the 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

Property Value

A Double value that represents the position of the underline.

Attributes

Remarks

The underline position is relative to the baseline and relative to the em size. The returned position value is usually negative because an underline is usually below the baseline.

Applies to