Summary
Describes how text is trimmed when it overflows.
- 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["TextTrimming"]
class Type type-node
Syntax
public enum TextTrimming
Fields
Name | Constant Value | Summary |
---|---|---|
CharacterEllipsis | 1 |
Text is trimmed at a character boundary. An ellipsis (...) is drawn in place of remaining text.
static
|
None | 0 |
Text is not trimmed.
static
|
WordEllipsis | 2 |
Text is trimmed at a word boundary. An ellipsis (...) is drawn in place of remaining text.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
HasAllFlags |
bool |
From EnumExtensions
|
HasAnyFlag |
bool |
From EnumExtensions
|
HasFlagCustom |
bool |
From EnumExtensions
|