Version

TableCellMargins Class Members

The following tables list the members exposed by TableCellMargins.

Public Constructors
 NameDescription
Public ConstructorTableCellMargins Constructor  
Public Properties
 NameDescription
Public PropertyBottomThe margin on the bottom  
Public PropertyEndThe margin on the right when the direction is left to right, otherwise the margin on the left.  
Public PropertyIsSealedReturns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public PropertyIsSharedGets the value which indicates whether the settings object is being shared by multiple nodes. (Inherited from Infragistics.Documents.RichText.RichTextSettingsBase)
Public PropertyStartThe margin on the left when the direction is left to right, otherwise the margin on the right.  
Public PropertyTopThe margin on the top  
Public Methods
 NameDescription
Public MethodClonePerforms a deep clone of the object. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public MethodSealMakes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public MethodToStringReturns the string representation of this object.  
See Also