| TextBlockHelperSetIsAutomaticToolTipEnabled Method |
Sets a value indicating if the automatic tool tip is enabled on this text block or not.
Namespace: TomsToolbox.WpfAssembly: TomsToolbox.Wpf (in TomsToolbox.Wpf.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax [AttachedPropertyBrowsableForTypeAttribute(typeof(TextBlock))]
public static void SetIsAutomaticToolTipEnabled(
DependencyObject obj,
bool value
)
<AttachedPropertyBrowsableForTypeAttribute(GetType(TextBlock))>
Public Shared Sub SetIsAutomaticToolTipEnabled (
obj As DependencyObject,
value As Boolean
)
Parameters
- obj DependencyObject
- The TextBlock to evaluate.
- value Boolean
- true to enable the automatic tool tip; otherwise false
See Also