ESRI.ArcGIS.ADF.Web.UI.WebControls
GetActualBorderWidth Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.RenderingEngine Namespace > RenderUtility Class : GetActualBorderWidth Method




control
The control to calculate border width for
The actual border width of the control

Syntax

Visual Basic (Declaration) 
Public Shared Function GetActualBorderWidth( _
   ByVal control As WebControl _
) As Double
Visual Basic (Usage)Copy Code
Dim control As WebControl
Dim value As Double
 
value = RenderUtility.GetActualBorderWidth(control)
C# 
public static double GetActualBorderWidth( 
   WebControl control
)

Parameters

control
The control to calculate border width for

Return Value

The border width

See Also

© 2010 All Rights Reserved.