The following tables list the members exposed by Borders.
Name | Description | |
---|---|---|
Borders Constructor | Overloaded. |
Name | Description | |
---|---|---|
All | Sets all borders at once. | |
Bottom | Gets or sets the bottom border. | |
Corners | Gets or sets corners. | |
HasAll | Gets whether borders have been created on all sides. | |
HasBottom | Gets whether a bottom border has been created. | |
HasLeft | Gets whether a left border has been created. | |
HasRight | Gets whether a right border has been created. | |
HasTop | Gets whether a top border has been created. | |
Horizontal | Sets horizontal borders at once. | |
IsSealed | Gets whether the instance has already been sealed through the Seal method. (Inherited from Infragistics.Documents.Reports.SealableBase) | |
Left | Gets or sets the left border. | |
Right | Gets or sets the right border. | |
Top | Gets or sets the top border. | |
Vertical | Sets vertical borders at once. |
Name | Description | |
---|---|---|
Seal | Overridden. Makes the instance immutable. Any attempts to modify properties or members will result in an exception. |
View on GitHub