Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Padding Structure
Fields Properties Methods

In This Topic
    Padding Structure Members
    In This Topic

    The following tables list the members exposed by Padding.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Empty padding.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets all padding values.  
    Public PropertyGets or sets the bottom padding.  
    Public PropertyGets the total horizontal padding.  
    Public PropertyGets or sets the left padding.  
    Public PropertyGets or sets the right padding.  
    Public PropertyGets the size of padding.  
    Public PropertyGets or sets the top padding.  
    Public PropertyGets the total vertical padding.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Computes the sum of the two specified System.Windows.Forms.Padding values.  
    Public MethodDetermines whether the value of the specified object is equivalent to the current System.Windows.Forms.Padding.  
    Public MethodGenerates a hash code for the current System.Windows.Forms.Padding.  
    Public Methodstatic (Shared in Visual Basic)Subtracts one specified System.Windows.Forms.Padding value from another.  
    Public MethodReturns a string that represents the current System.Windows.Forms.Padding.  
    Top
    Public Operators
    Performs vector addition on the two specified System.Windows.Forms.Padding objects, resulting in a new System.Windows.Forms.Padding.
    Tests whether two specified System.Windows.Forms.Padding objects are equivalent.
    Tests whether two specified System.Windows.Forms.Padding objects are not equivalent.
    Performs vector subtraction on the two specified System.Windows.Forms.Padding objects, resulting in a new System.Windows.Forms.Padding.
    Top
    See Also