Show / Hide Table of Contents

Class ToolTip

Provides attached properties for tooltip behavior

Inheritance
object
ToolTip
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public static class ToolTip

Fields

View Source

IsAutomaticProperty

Defines the IsAutomatic DependencyProperty

Declaration
public static readonly DependencyProperty IsAutomaticProperty
Field Value
Type Description
DependencyProperty

Methods

View Source

GetIsAutomatic(DependencyObject)

Gets a value indicating whether a tooltip should be automatically displayed for TextBlocks with trimmed content.

Declaration
public static bool GetIsAutomatic(DependencyObject element)
Parameters
Type Name Description
DependencyObject element

The element.

Returns
Type Description
bool

True if a tooltip showing the current content is shown when this content is trimmed.

See Also
TextTrimming
TextTrimming
View Source

SetIsAutomatic(DependencyObject, bool)

Sets a value indicating whether a tooltip should be automatically displayed for TextBlocks with trimmed content.

Declaration
public static void SetIsAutomatic(DependencyObject element, bool value)
Parameters
Type Name Description
DependencyObject element

The element.

bool value

If true a text block will show a tooltip with it's current content if the content is currently trimmed.

See Also
TextTrimming
TextTrimming
  • View Source
Back to top Generated by DocFX