AVEVA OMI Software Developer Kit



ArchestrA.Client.ProcessControls Namespace > AlarmAdorner Class : AlarmAdornerWidthAttachedProperty Field
AlarmAdornerWidthAttachedProperty Field
Attached property for the AlarmAdornerWidth, to use in the XAML template. This should be bound 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.
Syntax
'Declaration
 
Public Shared ReadOnly AlarmAdornerWidthAttachedProperty As DependencyProperty
'Usage
 
Dim value As DependencyProperty
 
value = AlarmAdorner.AlarmAdornerWidthAttachedProperty
public static readonly DependencyProperty AlarmAdornerWidthAttachedProperty
public:
static readonly DependencyProperty^ AlarmAdornerWidthAttachedProperty
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also