Back to Devexpress

DXMargins Members

corelibraries-devexpress-dot-drawing-dot-dxmargins-dot-underscore-members.md

latest3.1 KB
Original Source

DXMargins Members

Specifies the dimensions of the margins of a printed page.

Constructors

NameDescription
DXMargins()Initializes a new instance of the DXMargins class.
DXMargins(Single, Single, Single, Single)Initializes a new instance of the DXMargins class with specified settings.

Properties

NameDescription
BottomGets or sets the bottom margin.
LeftGets or sets the left margin.
RightGets or sets the right margin.
TopGets or sets the top margin.

Methods

NameDescription
Clone()Clones the current DXMargins object.
Equals(DXMargins)Determines whether the specified object is equal to the current DXMargins instance.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current DXMargins instance.
GetHashCode()Gets the hash code for the DXMargins object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that specifies `DXMargins’.

See Also

DXMargins Class

DevExpress.Drawing Namespace