Version

Borders Class Members

The following tables list the members exposed by Borders.

Public Constructors
 NameDescription
Public ConstructorBorders ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyAllSets all borders at once.  
Public PropertyBottomGets or sets the bottom border.  
Public PropertyCornersGets or sets corners.  
Public PropertyHasAllGets whether borders have been created on all sides.  
Public PropertyHasBottomGets whether a bottom border has been created.  
Public PropertyHasLeftGets whether a left border has been created.  
Public PropertyHasRightGets whether a right border has been created.  
Public PropertyHasTopGets whether a top border has been created.  
Public PropertyHorizontalSets horizontal borders at once.  
Public PropertyIsSealedGets whether the instance has already been sealed through the Seal method. (Inherited from Infragistics.Documents.Reports.SealableBase)
Public PropertyLeftGets or sets the left border.  
Public PropertyRightGets or sets the right border.  
Public PropertyTopGets or sets the top border.  
Public PropertyVerticalSets vertical borders at once.  
Public Methods
 NameDescription
Public MethodSealOverridden. Makes the instance immutable. Any attempts to modify properties or members will result in an exception.  
See Also

View on GitHub