Version 24.2 (latest)

TableCellBorderSettings Class Properties

For a list of all members of this type, see TableCellBorderSettings members.

Public Properties
 NameDescription
Public PropertyBottomAn object that exposes the settings related to the 'Bottom' border. (Inherited from Infragistics.Documents.RichText.BorderSettingsBase)
Public PropertyBottomLeftToTopRightAn object that exposes the settings related to a diagonal border going from the bottom left corner of the cell to its top right corner.  
Public PropertyBottomRightToTopLeftAn object that exposes the settings related to a diagonal border going from the bottom right corner of the cell to its top left corner.  
Public PropertyEndAn object that exposes the settings related to the 'End' border (right side when direction is left-to-right, otherwise the left side). (Inherited from Infragistics.Documents.RichText.TableBorderSettingsBase)
Public PropertyInsideHorizontalAn object that exposes the settings related to the horizontal inside border. (Inherited from Infragistics.Documents.RichText.TableBorderSettingsBase)
Public PropertyInsideVerticalAn object that exposes the settings related to the vertical inside border. (Inherited from Infragistics.Documents.RichText.TableBorderSettingsBase)
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). (Inherited from Infragistics.Documents.RichText.TableBorderSettingsBase)
Public PropertyTopAn object that exposes the settings related to the 'Top' border. (Inherited from Infragistics.Documents.RichText.BorderSettingsBase)
See Also