Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Thickness Structure / C1Thickness Constructor / C1Thickness Constructor(Double,Double,Double,Double)
The thickness for the left side of the rectangle.
The thickness for the upper side of the rectangle.
The thickness for the right side of the rectangle.
The thickness for the lower side of the rectangle.

In This Topic
    C1Thickness Constructor(Double,Double,Double,Double)
    In This Topic
    Initializes a C1Thickness structure that has specific lengths (supplied as a System.Double) applied to each side of the rectangle.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal left As Double, _
       ByVal top As Double, _
       ByVal right As Double, _
       ByVal bottom As Double _
    )
    public C1Thickness( 
       double left,
       double top,
       double right,
       double bottom
    )

    Parameters

    left
    The thickness for the left side of the rectangle.
    top
    The thickness for the upper side of the rectangle.
    right
    The thickness for the right side of the rectangle.
    bottom
    The thickness for the lower side of the rectangle.
    See Also