Represents the space between the element and the surrounding text.

System.Object
  System.ValueType
    Docentric.Documents.ObjectModel.Padding

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

The Padding 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 zero padding.
Public member Right Gets the right padding.
Public member Top Gets the top padding.
Name Description
Public method Equals(Object) Compares two Padding structures for equality. (Overrides Padding.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 Padding.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 Padding.ToString)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType)