[]
        
(Showing Draft Content)

C1.Blazor.Chart.Padding.-ctor

Padding Constructor

Padding(int)

Initializes a new instance of the System.Windows.Forms.Padding class using the supplied padding size for all edges.

Declaration
public Padding(int all)
Parameters
Type Name Description
int all

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

Padding(int, int, int, int)

Initializes a new instance of the System.Windows.Forms.Padding class using a separate padding size for each edge.

Declaration
public Padding(int left, int top, int right, int bottom)
Parameters
Type Name Description
int left

The padding size, in pixels, for the left edge.

int top

The padding size, in pixels, for the top edge.

int right

The padding size, in pixels, for the right edge.

int bottom

The padding size, in pixels, for the bottom edge.