AVEVA OMI Software Developer Kit



UIElement
value
SetAlarmAdornerWidth Method
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.
Syntax
'Declaration
 
Public Shared Sub SetAlarmAdornerWidth( _
   ByVal element As UIElement, _
   ByVal value As Double _
) 
'Usage
 
Dim element As UIElement
Dim value As Double
 
AlarmAdorner.SetAlarmAdornerWidth(element, value)
public static void SetAlarmAdornerWidth( 
   UIElement element,
   double value
)
public:
static void SetAlarmAdornerWidth( 
   UIElement^ element,
   double value
) 

Parameters

element
UIElement
value
value
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