The Margins type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Margins | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a clone of this Margins object.
| |
| Equals |
Determines whether the specified System.Object is equal to the current System.Object.
(Overrides Object..::.Equals(Object).) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnPropertyChanged |
Fires the PropertyChanged event.
| |
| ToString |
Returns a System.String that represents the current System.Object.
(Overrides Object..::.ToString()()().) |
Properties
| Name | Description | |
|---|---|---|
| Bottom |
Gets or sets the size of bottom margin.
| |
| Left |
Gets or sets the size of left margin.
| |
| Right |
Gets or sets the size of right margin.
| |
| Top |
Gets or sets the size of top margin.
|
Events
| Name | Description | |
|---|---|---|
| PropertyChanged |
Raised whenever a value of a property changes.
|