Click or drag to resize

TextBlockHelperSetIsAutomaticToolTipEnabled Method

Sets 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 void SetIsAutomaticToolTipEnabled(
	DependencyObject obj,
	bool value
)

Parameters

obj  DependencyObject
The TextBlock to evaluate.
value  Boolean
true to enable the automatic tool tip; otherwise false
See Also