[]
        
(Showing Draft Content)

C1.Blazor.Chart.Padding.Add

Add Method

Add(Padding, Padding)

Computes the sum of the two specified System.Windows.Forms.Padding values.

Declaration
public static Padding Add(Padding p1, Padding p2)
Parameters
Type Name Description
Padding p1

A System.Windows.Forms.Padding.

Padding p2

A System.Windows.Forms.Padding.

Returns
Type Description
Padding

A System.Windows.Forms.Padding that contains the sum of the two specified System.Windows.Forms.Padding values.