Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.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 _
    )
    public C1Thickness( 
       double uniformLength
    )

    Parameters

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