RichTextKit v0.4

TextBlock.EllipsisEnabled Property

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Declaring Type: TextBlock

Controls the rendering of an ellipsis (...) character, when the line has been truncated because of MaxWidth/MaxHeight/MaxLines.

public bool EllipsisEnabled { get; set; }

Remarks

The default value is true, an ellipsis will be rendered.

Property Type

bool