Class TextBlockAutoToolTipBehavior
Inheritance
TextBlockAutoToolTipBehavior
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
public class TextBlockAutoToolTipBehavior
Constructors
TextBlockAutoToolTipBehavior()
Declaration
public TextBlockAutoToolTipBehavior()
Fields
AutoTooltipProperty
Identified the attached AutoTooltip property. When true, this will set the TextBlock TextTrimming
property to WordEllipsis, and display a tooltip with the full text whenever the text is trimmed.
Declaration
public static readonly DependencyProperty AutoTooltipProperty
Field Value
Methods
GetAutoTooltip(DependencyObject)
Gets the value of the AutoTooltipProperty dependency property
Declaration
public static bool GetAutoTooltip(DependencyObject obj)
Parameters
Returns
SetAutoTooltip(DependencyObject, bool)
Sets the value of the AutoTooltipProperty dependency property
Declaration
public static void SetAutoTooltip(DependencyObject obj, bool value)
Parameters
Extension Methods