PathSegmentEllipsis Property
Gets a text trimming strategy that inserts an ellipsis to indicate omitted segments in a path string.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static TextTrimming PathSegmentEllipsis { get; }
Public Shared ReadOnly Property PathSegmentEllipsis As TextTrimming
Get
static member PathSegmentEllipsis : TextTrimming with get
Property Value
TextTrimmingRemarks
Use this property to display long file or directory paths in a shortened form, with an ellipsis representing omitted segments. This is useful for UI scenarios where space is limited and the full path cannot be shown.