Skip to main content

TextLeadingPrefixCharacterEllipsis Constructor

Construct a text trailing word ellipsis collapsing properties.

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public TextLeadingPrefixCharacterEllipsis(
string ellipsis,
int prefixLength,
double width,
TextRunProperties textRunProperties,
FlowDirection flowDirection
)

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