Class ToolTip
Provides attached properties for tooltip behavior
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public static class ToolTip
Fields
View SourceIsAutomaticProperty
Defines the IsAutomatic DependencyProperty
Declaration
public static readonly DependencyProperty IsAutomaticProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Methods
View SourceGetIsAutomatic(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 |
|
See Also
View SourceSetIsAutomatic(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 |