Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.UIStyle.v3.6 Assembly / Xceed.SmartUI.UIStyle Namespace / Margins Structure
Properties Methods


In This Topic
    Margins Structure Members
    In This Topic

    The following tables list the members exposed by Margins.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new Margins structure specifying, in pixels, the width of the left, top, right and bottom borders.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the width, in pixels, of the bottom margin.  
    Public Propertystatic (Shared in Visual Basic)Gets an empty Margins structure.  
    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 width, 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 MethodSubtracts the specified margins.  
    Top
    Public Operators
    Adds two specified Margins structures.
    Tests whether two specified Margins structures are equivalent
    Tests whether two specified Margins structures are different.
    Subtracts two specified Margins structures.
    Top
    See Also