TextCollapsingProperties Class

Properties of text collapsing.

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public abstract class TextCollapsingProperties
Inheritance
Object    TextCollapsingProperties
Derived

Properties

FlowDirection Gets the flow direction that is used for collapsing.
Symbol Gets the text run that is used as collapsing symbol.
Width Gets the width in which the collapsible range is constrained to.

Methods

Collapse(TextLine) Collapses given text line.
CreateCollapsedRuns(TextLine, Int32, FlowDirection, TextRun) Creates a list of runs for given collapsed length which includes specified symbol at the end.
Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also