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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.