Click or drag to resize

TextBlockHelperGetIsAutomaticToolTipEnabled Method

Gets a value indicating if the automatic tool tip is enabled on this text block or not.

Namespace: TomsToolbox.Wpf
Assembly: 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
)

Parameters

obj  DependencyObject
The TextBlock to evaluate.

Return Value

Boolean
true if the automatic tool tip is enabled; otherwise false
See Also