'Declaration <TypeConverterAttribute(Xceed.UI.Design.MarginsConverter)> Public Structure Margins Inherits System.ValueType
'Usage Dim instance As Margins
[TypeConverter(Xceed.UI.Design.MarginsConverter)] public struct Margins : System.ValueType
'Declaration <TypeConverterAttribute(Xceed.UI.Design.MarginsConverter)> Public Structure Margins Inherits System.ValueType
'Usage Dim instance As Margins
[TypeConverter(Xceed.UI.Design.MarginsConverter)] public struct Margins : System.ValueType
System.Object
System.ValueType
Xceed.UI.Margins
Name | Description | |
---|---|---|
![]() | Margins Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Bottom | Gets or sets the height, in pixels, of the bottom margin. |
![]() | IsEmpty | Gets a boolean value indicating if the margins are empty. |
![]() | Left | Gets or sets the width, in pixels, of the left margin. |
![]() | Right | Gets or sets the width, in pixels, of the right margin. |
![]() | Top | Gets or sets the height, in pixels, of the top margin. |
Name | Description | |
---|---|---|
![]() | Add | Adds the specified margins to the current Margins structure. |
![]() | Equals | Tests whether the specified object is a Margins structure and is equivalent to this Margins structure. |
![]() | GetHashCode | Returns a hash code for this Margins structure. |
![]() | RemoveFrom | This method is reserved for internal use and is not intended to be used directly from your code. |
![]() | RotateFlip | This method either rotates, flips, or rotates and flips the Margins structure. |
![]() | Subtract | Subtracts the specified margins from the current Margins structure. |
![]() | 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. |
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