TextDecorationUnit Enum

Summary

Specifies the unit type of either a StrokeOffset or a StrokeThickness value.
Namespace
Avalonia.Media
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["TextDecorationUnit"] class Type type-node

Syntax

public enum TextDecorationUnit

Fields

Name Constant Value Summary
FontRecommended 0
A 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.
static
FontRenderingEmSize 1
A 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.
static
Pixel 2
A unit value that is expressed in pixels.
static

Extension Methods