| TextBlockHelperGetIsAutomaticToolTipEnabled Method |
Gets 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 bool GetIsAutomaticToolTipEnabled(
DependencyObject obj
)
<AttachedPropertyBrowsableForTypeAttribute(GetType(TextBlock))>
Public Shared Function GetIsAutomaticToolTipEnabled (
obj As DependencyObject
) As Boolean
Parameters
- obj DependencyObject
- The TextBlock to evaluate.
Return Value
Booleantrue if the automatic tool tip is enabled; otherwise
falseSee Also