Class MarginInfo
MarginInfo class
This class represents a margin for different objects.
public sealed class MarginInfo : ICloneable
Constructors
| Name | Description |
|---|
| MarginInfo() | Initializes a new instance of the MarginInfo class. |
| MarginInfo(double, double, double, double) | Constructor of Rectangle. |
Properties
| Name | Description |
|---|
| Bottom { get; set; } | Gets or sets a float value that indicates the bottom margin. |
| Left { get; set; } | Gets or sets a float value that indicates the left margin. |
| Right { get; set; } | Gets or sets a float value that indicates the right margin. |
| Top { get; set; } | Gets or sets a float value that indicates the top margin. |
Methods
| Name | Description |
|---|
| Clone() | Clones a new MarginInfo object. |
See Also