| TextBlockHelper Class |
Attached property provider which adds the read-only attached property
IsTextTrimmedProperty to
the framework's
TextBlock control.
Can be used to e.g. show a dynamic tool tip with the full text, that shows up only if the text is really trimmed.
Inheritance Hierarchy Namespace: TomsToolbox.WpfAssembly: TomsToolbox.Wpf (in TomsToolbox.Wpf.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax public static class TextBlockHelper
Public NotInheritable Class TextBlockHelper
The TextBlockHelper type exposes the following members.
Methods Fields Attached Properties Remarks
Remember to use NotifyOnTargetUpdated=True for bindings, if you need the TextBlockHelper to react to changes to the TextBlock.Text property!
See Also