Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Padding Structure / Padding Constructor / Padding Constructor(Int32)
The number of pixels to be used for padding for all edges.

In This Topic
    Padding Constructor(Int32)
    In This Topic
    Initializes a new instance of the System.Windows.Forms.Padding class using the supplied padding size for all edges.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal all As Integer _
    )
    public Padding( 
       int all
    )

    Parameters

    all
    The number of pixels to be used for padding for all edges.
    See Also