Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / Margins Structure
Fields Properties Methods


In This Topic
    Margins Structure Members
    In This Topic

    The following tables list the members exposed by Margins.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Gets an empty Margins structure  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the height, in pixels, of the bottom margin.  
    Public PropertyGets a boolean value indicating if the margins are empty.  
    Public PropertyGets or sets the width, in pixels, of the left margin.  
    Public PropertyGets or sets the width, in pixels, of the right margin.  
    Public PropertyGets or sets the height, in pixels, of the top margin.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds the specified margins to the current Margins structure.  
    Public MethodTests whether the specified object is a Margins structure and is equivalent to this Margins structure.  
    Public MethodReturns a hash code for this Margins structure.  
    Public MethodThis method is reserved for internal use and is not intended to be used directly from your code.  
    Public MethodThis method either rotates, flips, or rotates and flips the Margins structure.  
    Public MethodSubtracts the specified margins from the current Margins structure.  
    Top
    Public Operators
    Adds the specified Margins structures.
    Indicates whether two Margins instances are equal.
    Indicates whether two Margins instances are not equal.
    Subtracts the specified Margins structures.
    Top
    See Also