Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Padding Structure / Add Method
A System.Windows.Forms.Padding.
A System.Windows.Forms.Padding.

In This Topic
    Add Method (Padding)
    In This Topic
    Computes the sum of the two specified System.Windows.Forms.Padding values.
    Syntax
    'Declaration
     
    
    Public Shared Function Add( _
       ByVal p1 As Padding, _
       ByVal p2 As Padding _
    ) As Padding
    public static Padding Add( 
       Padding p1,
       Padding p2
    )

    Parameters

    p1
    A System.Windows.Forms.Padding.
    p2
    A System.Windows.Forms.Padding.

    Return Value

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