GetAlarmAdornerWidth Method
This provides alarm adorner width which can be used for minimum width of control.
Syntax
'Declaration Public Shared Function GetAlarmAdornerWidth( _ ByVal element As UIElement _ ) As Double
'Usage Dim element As UIElement Dim value As Double value = AlarmAdorner.GetAlarmAdornerWidth(element)
public: static double GetAlarmAdornerWidth( UIElement^ element )
Parameters
- element
- UIElement
Return Value
AdornerWidth
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