Skip to main content

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)

public static TextTrimming PathSegmentEllipsis { get; }

Property Value

TextTrimming

Remarks

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.

See Also

Reference

TextTrimming Class
Avalonia.Media Namespace