Version

TableBorderSettingsBase Class Members

The following tables list the members exposed by TableBorderSettingsBase.

Public Properties
 NameDescription
Public PropertyBottomAn object that exposes the settings related to the 'Bottom' border. (Inherited from Infragistics.Documents.RichText.BorderSettingsBase)
Public PropertyEndAn object that exposes the settings related to the 'End' border (right side when direction is left-to-right, otherwise the left side).  
Public PropertyInsideHorizontalAn object that exposes the settings related to the horizontal inside border.  
Public PropertyInsideVerticalAn object that exposes the settings related to the vertical inside border.  
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 PropertyStartAn object that exposes the settings related to the 'Start' border (left side when direction is left-to-right, otherwise the right side).  
Public PropertyTopAn object that exposes the settings related to the 'Top' border. (Inherited from Infragistics.Documents.RichText.BorderSettingsBase)
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)
See Also