GlyphTypeface.UnderlinePosition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.