Margins Class

Specifies the size of margins of iWheel's Cylinders from the borders of iWheel.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
[TypeConverterAttribute(typeof(MarginsTypeConverter))]
public class Margins : INotifyPropertyChanged
Inheritance
Object    Margins
Implements
INotifyPropertyChanged

Constructors

Margins Creates a Margins instance.

Properties

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.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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)

Events

PropertyChanged Notifies of change of value of one of the properties.

See Also