Summary
a collapsing properties to collapse whole line toward the end
at word granularity and with ellipsis being the collapsing symbol
- Namespace
- Avalonia
.Media .TextFormatting - Base Types
-
- object
- Text
Collapsing Properties
graph BT
Type-->Base0["TextCollapsingProperties"]
click Base0 "/api/Avalonia.Media.TextFormatting/TextCollapsingProperties"
Base0-->Base1["object"]
Type["TextTrailingWordEllipsis"]
class Type type-node
Syntax
public class TextTrailingWordEllipsis : TextCollapsingProperties
Constructors
Name | Summary |
---|---|
Text |
Construct a text trailing word ellipsis collapsing properties |
Properties
Name | Value | Summary |
---|---|---|
Style | TextCollapsingStyle |
Gets the style of collapsing
|
Symbol | TextRun |
Gets the text run that is used as collapsing symbol
|
Width | double |
Gets the width in which the collapsible range is constrained to
|