Represents the space between the element and the surrounding text.

System.Object
  System.ValueType
    Docentric.Documents.ObjectModel.Margin

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public struct Margin

The Margin type exposes the following members.

Name Description
Public member Bottom Gets the bottom padding.
Public member Left Gets the left padding.
Public memberStatic property None Returns the zero-wide Margin.
Public member Right Gets the right padding.
Public member Top Gets the top padding.
Name Description
Public method Equals(Object) Compares two Margin structures for equality. (Overrides Margin.Equals)
Public method Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType)
Public method GetHashCode() Returns the hash code for this instance. (Overrides Margin.GetHashCode)
Public method GetHashCode Returns the hash code for this instance. (Inherited from ValueType)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method ToString() (Overrides Margin.ToString)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType)