Xamarin.Android | ComponentOne
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.


In This Topic
    C1Thickness Constructor(Double)
    In This Topic
    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