Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.UIStyle.v3.6 Assembly / Xceed.SmartUI.UIStyle Namespace / Margins Structure / Subtraction Operator
The first Margins structure.
The second Margins structure.


In This Topic
    Subtraction Operator
    In This Topic
    Subtracts two specified Margins structures.
    Syntax
    'Declaration
     
    Public Operator -( _
       ByVal margins1 As Margins, _
       ByVal margins2 As Margins _
    ) As Margins
    'Usage
     
    
    public Margins operator -( 
       Margins margins1,
       Margins margins2
    )

    Parameters

    margins1
    The first Margins structure.
    margins2
    The second Margins structure.

    Return Value

    A Margins structure representing the result of subtracting margins1 and margins2
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also