For a list of all members of this type, see AlarmAdorner members.
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. (Inherited from System.Windows.DependencyObject) | |
CoerceValue | (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 | (Inherited from System.Windows.DependencyObject) | |
GetLocalValueEnumerator | (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. | |
GetValue | (Inherited from System.Windows.DependencyObject) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | (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. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
OnPropertyChanged | (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. |