Skip to main content

TextDecorationUnit Enumeration

Specifies the unit type of either a StrokeOffset or a StrokeThickness value.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public enum TextDecorationUnit
View Source

Members

FontRecommended0A unit value that is relative to the font used for the TextDecoration. If the decoration spans multiple fonts, an average recommended value is calculated. This is the default value.
FontRenderingEmSize1A unit value that is relative to the em size of the font. The value of the offset or thickness is equal to the offset or thickness value multiplied by the font em size.
Pixel2A unit value that is expressed in pixels.

See Also

Reference

Avalonia.Media Namespace