AlarmAdorner Class Members
- Last UpdatedAug 21, 2026
- 5 minute read
The following tables list the members exposed by AlarmAdorner.
| Name | Description | |
|---|---|---|
![]() ![]() | AlarmAdornerWidthAttachedProperty | Attached property for the AlarmAdornerWidth, to use in the XAML template. This should be binded to same object as reference property. This should be treated as a read only one way property as value set on this from control side has no impact on adorner width. |
![]() ![]() | ReferenceAttachedProperty | Attached property for the Reference, to use in the XAML template. |
| Name | Description | |
|---|---|---|
![]() | DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject) |
![]() | Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) |
![]() | IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject) |
| Name | Description | |
|---|---|---|
![]() ![]() | CleanupAdorner | Similar to Dispose() pattern. CleanupAdorner releases and cleans up objects associated with an adorned element.
Monitoring of the underlying hierarchy item stops if the adorner's UI element is the last one referencing the underlying hierarchy item. |
![]() | ClearValue | Overloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject) |
![]() | CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
![]() | Equals | (Inherited from System.Windows.DependencyObject) |
![]() ![]() | GetAlarmAdornerWidth | This provides alarm adorner width which can be used for minimum width of control. |
![]() | GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
![]() | GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
![]() ![]() | GetReference | Contains either the fully qualified model hierarchy path for any type of node, or optionally an asset node's associated tagname or hierarchical name.
Setting this property to a non-blank string starts monitoring associated alarms. An adorner appears when required. Setting this property to a null or empty string stops monitoring associated alarms (if no other adorners are monitoring the same asset), and removes the displayed adorner if it exists. |
![]() | GetType | Gets the System.Type of the current instance. (Inherited from object) |
![]() | GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
![]() | InvalidateProperty | (Inherited from System.Windows.DependencyObject) |
![]() | ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) |
![]() ![]() | SetAlarmAdornerWidth | This provides alarm adorner width which can be used for minimum width of control. This should be treated as a read only one way property as value set on this from control side has no impact on adorner width. |
![]() | SetCurrentValue | (Inherited from System.Windows.DependencyObject) |
![]() ![]() | SetReference | Contains either the fully qualified model hierarchy path for any type of node, or optionally an asset node's associated tagname or hierarchical name.
Setting this property to a non-blank string starts monitoring associated alarms. An adorner appears when required. Setting this property to a null or empty string stops monitoring associated alarms (if no other adorners are monitoring the same asset), and removes the displayed adorner if it exists. |
![]() | SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) |
![]() | ToString | Returns a string that represents the current object. (Inherited from object) |
| Name | Description | |
|---|---|---|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) |
![]() | MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) |
![]() | OnPropertyChanged | Invoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (Inherited from System.Windows.DependencyObject) |
| Name | Description | |
|---|---|---|
![]() | FindChildOfType | Overloaded. Find dependency object based on child name |
![]() | ParentOfType<T> | Gets the parent element from the visual tree by given type. |





