TextPathSegmentTrimming Constructor
Initializes a new instance of the TextPathSegmentTrimming class with the specified ellipsis string to indicate trimmed text.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public TextPathSegmentTrimming(
string ellipsis
)
Public Sub New (
ellipsis As String
)
new :
ellipsis : string -> TextPathSegmentTrimming
Parameters
- String
- The string to use as an ellipsis when text is trimmed. This value is displayed at the end of truncated segments.