TextLeadingPrefixCharacterEllipsis Constructor
Construct a text trailing word ellipsis collapsing properties.
Definition
Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public TextLeadingPrefixCharacterEllipsis(
string ellipsis,
int prefixLength,
double width,
TextRunProperties textRunProperties,
FlowDirection flowDirection
)
Public Sub New (
ellipsis As String,
prefixLength As Integer,
width As Double,
textRunProperties As TextRunProperties,
flowDirection As FlowDirection
)
new :
ellipsis : string *
prefixLength : int *
width : float *
textRunProperties : TextRunProperties *
flowDirection : FlowDirection -> TextLeadingPrefixCharacterEllipsis
Parameters
- String
- Text used as collapsing symbol.
- Int32
- Length of leading prefix.
- Double
- width in which collapsing is constrained to
- TextRunProperties
- text run properties of ellipsis symbol
- FlowDirection
- the flow direction of the collapes line.
See Also
Reference
TextLeadingPrefixCharacterEllipsis Class
Avalonia.Media.TextFormatting Namespace