Class Surrogate
Provides attached properties for surrogates.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public static class Surrogate
Fields
View SourceIsMouseOverProperty
Identifies the Sartorius.SAF.Presentation.Controls.Surrogate.IsMouseOver attached property.
Declaration
public static readonly DependencyProperty IsMouseOverProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Methods
View SourceGetIsMouseOver(DependencyObject)
Gets the value of the Sartorius.SAF.Presentation.Controls.Surrogate.IsMouseOver attached property from a given DependencyObject.
Declaration
public static bool GetIsMouseOver(DependencyObject element)
Parameters
| Type | Name | Description |
|---|---|---|
| DependencyObject | element | The element from which to read the property value. |
Returns
| Type | Description |
|---|---|
| bool | The value of the Sartorius.SAF.Presentation.Controls.Surrogate.IsMouseOver attached property. |
SetIsMouseOver(DependencyObject, bool)
Sets the value of the Sartorius.SAF.Presentation.Controls.Surrogate.IsMouseOver attached property for a given DependencyObject.
Declaration
public static void SetIsMouseOver(DependencyObject element, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| DependencyObject | element | The element from which to read the property value. |
| bool | value | The value. |