ImmutableTextDecoration Class

Summary

An immutable representation of a TextDecoration.
Namespace
Avalonia.Media.Immutable
Base Types
  • object
graph BT Type-->Base0["object"] Type["ImmutableTextDecoration"] class Type type-node

Syntax

public class ImmutableTextDecoration

Constructors

Properties

Name Value Summary
Location TextDecorationLocation
Gets or sets the location.
Pen ImmutablePen
Gets or sets the pen.
PenOffset double
Gets or sets the pen offset.
PenOffsetUnit TextDecorationUnit
Gets the units in which the PenOffset value is expressed.
PenThicknessUnit TextDecorationUnit
Gets the units in which the Thickness of the text decoration's Pen is expressed.