ComponentOne Xamarin.Android
C1Thickness Constructor(Double)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1Thickness Structure > C1Thickness Constructor : C1Thickness Constructor(Double)
The uniform length applied to all four sides of the bounding rectangle.
Initializes a C1Thickness structure that has the specified uniform length on each side.
Syntax
'Declaration
 
Public Function New( _
   ByVal uniformLength As Double _
)
'Usage
 
Dim uniformLength As Double
 
Dim instance As New C1Thickness(uniformLength)
public C1Thickness( 
   double uniformLength
)

Parameters

uniformLength
The uniform length applied to all four sides of the bounding rectangle.
See Also

Reference

C1Thickness Structure
C1Thickness Members
Overload List