MarginInfo

MarginInfo class

This class represents a margin for different objects.

The MarginInfo type exposes the following members:

Constructors

NameDescription
MarginInfo()Initializes a new instance of the MarginInfo class.
MarginInfo(left, bottom, right, top)Initializes a new instance of the MarginInfo class

Properties

NameDescription
leftGets or sets a float value that indicates the left margin.
rightGets or sets a float value that indicates the right margin.
topGets or sets a float value that indicates the top margin.
bottomGets or sets a float value that indicates the bottom margin.

Methods

NameDescription
clone()Clones a new MarginInfo object.

See Also