Class TextBlockAutoToolTipBehavior
Inheritance
Object
TextBlockAutoToolTipBehavior
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.Desktop.Platform.Controls.Behaviours
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
Type | Description |
---|---|
DependencyProperty |
Methods
GetAutoTooltip(DependencyObject)
Gets the value of the AutoTooltipProperty dependency property
Declaration
public static bool GetAutoTooltip(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | obj |
Returns
Type | Description |
---|---|
Boolean |
SetAutoTooltip(DependencyObject, Boolean)
Sets the value of the AutoTooltipProperty dependency property
Declaration
public static void SetAutoTooltip(DependencyObject obj, bool value)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | obj | |
Boolean | value |