[TypeConverterAttribute(typeof(MarginsTypeConverter))]
public class Margins : INotifyPropertyChanged<TypeConverterAttribute(GetType(MarginsTypeConverter))>
Public Class Margins
Implements INotifyPropertyChanged| Margins | Creates a Margins instance. |
| 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. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (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) |
| OnMarginsChanged | Fires the PropertyChanged event. |
| ResetBottom | Resets the Bottom property to its default value. |
| ResetLeft | Resets the Left property to its default value. |
| ResetRight | Resets the Right property to its default value. |
| ResetTop | Resets the Top property to its default value. |
| ShouldSerializeBottom | Indicates whether the Bottom proeprty should be serialized by persisted. |
| ShouldSerializeLeft | Indicates whether the Left proeprty should be serialized by persisted. |
| ShouldSerializeRight | Indicates whether the Right proeprty should be serialized by persisted. |
| ShouldSerializeTop | Indicates whether the Top proeprty should be serialized by persisted. |
| ToString |
Returns a System.String that represents the current Margins object.
(Overrides ObjectToString) |
| PropertyChanged | Notifies of change of value of one of the properties. |