Margins class

Margins class

Represents margin settings for each edge of an object.

The Margins type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the Margins class.
init Initializes a new instance of the Margins class with the specified type, location and size.

Properties

Property Description
margin_type Gets or sets margin type. Setting a new value to this property
automatically returns all margins to their default values (zero).
left Gets or sets the left margin.
right Gets or sets the right margin.
top Gets or sets the top margin.
bottom Gets or sets the bottom margin.

See Also