Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Padding Structure / Padding Constructor / Padding Constructor(Int32,Int32,Int32,Int32)
The padding size, in pixels, for the left edge.
The padding size, in pixels, for the top edge.
The padding size, in pixels, for the right edge.
The padding size, in pixels, for the bottom edge.

In This Topic
    Padding Constructor(Int32,Int32,Int32,Int32)
    In This Topic
    Initializes a new instance of the System.Windows.Forms.Padding class using a separate padding size for each edge.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal left As Integer, _
       ByVal top As Integer, _
       ByVal right As Integer, _
       ByVal bottom As Integer _
    )
    public Padding( 
       int left,
       int top,
       int right,
       int bottom
    )

    Parameters

    left
    The padding size, in pixels, for the left edge.
    top
    The padding size, in pixels, for the top edge.
    right
    The padding size, in pixels, for the right edge.
    bottom
    The padding size, in pixels, for the bottom edge.
    See Also