The class used for specifying edges (padding or margins)
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class EdgeMetrics : ICloneable
<SerializableAttribute> _ Public Class EdgeMetrics _ Implements ICloneable
[SerializableAttribute] public ref class EdgeMetrics : ICloneable
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| EdgeMetrics()()()() |
Constructor
| |
| EdgeMetrics(Single, Single, Single, Single) |
Constructor
| |
| Bottom |
The value representing the bottom edge
| |
| Clone()()()() |
Creates a new object that is a copy of the current instance.
| |
| Empty |
Zero metrics
| |
| Equals(EdgeMetrics) |
Equality
| |
| Equals(Object) | (Overrides Object.Equals(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()()()() | (Overrides Object.GetHashCode()()()().) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| Left |
The value representing the left edge
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Right |
The value representing the right edge
| |
| Top |
The value representing the top edge
| |
| ToString()()()() | (Overrides Object.ToString()()()().) |
Coded by Danko Kozar
| Object | |
| EdgeMetrics | |