Show / Hide Table of Contents

Class Surrogate

Provides attached properties for surrogates.

Inheritance
object
Surrogate
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 Surrogate

Fields

View Source

IsMouseOverProperty

Identifies the Sartorius.SAF.Presentation.Controls.Surrogate.IsMouseOver attached property.

Declaration
public static readonly DependencyProperty IsMouseOverProperty
Field Value
Type Description
DependencyProperty

Methods

View Source

GetIsMouseOver(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.

View Source

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.

  • View Source
Back to top Generated by DocFX