The Advanced
Setting the Text
The Text property specifies the text to render in the text block. This property fully supports bindings.
Overflow and ToolTips
The text block determines when it is overflowed, meaning not all of the text is visible within the control. When this situation occurs, the Istrue
.
The TextCharacterEllipsis
, indicates how the text block will visually trim overflow text.
A nice feature of the text block is that it will automatically set a tooltip on itself with its full text when overflowed. This feature is on by default but can be disabled by setting the Hasfalse
.
Highlighting Captured (Matched) Text Ranges
A really powerful feature of the control is the ability to specify an ordered list of captured text ranges that should be highlighted. These captures often come from filter match results. The Captures property accepts an enumerable containing String
When one or more captured text ranges are specified, those ranges will be highlighted within the text block. The highlight will be performed in bold font weight by default. The Highlight