Margins Constructors
Contains margin settings.Name | Parameters | Description |
---|---|---|
Margins() | none | Initializes a new instance of the Margins class. |
Margins |
margin, margin |
Initializes a new instance of the Margins class with the specified margin values for all the edges. |
Margins |
margin |
Initializes a new instance of the Margins class with the specified margin values for the left, right, top and bottom edges. |
Margins |
margin | Initializes a new instance of the Margins class with the specified margin value for all the edges. |
See Also