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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.