StiConditionBorderSides Enumeration |
Sides of the border in conditions.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax [FlagsAttribute]
public enum StiConditionBorderSides
<FlagsAttribute>
Public Enumeration StiConditionBorderSides
Members
| Member name | Value | Description |
---|
| None | 0 |
No border.
|
| All | 15 |
Border from all sides.
|
| Top | 1 |
Border on the top.
|
| Left | 2 |
Border on the left.
|
| Right | 4 |
Border on the right.
|
| Bottom | 8 |
Border on the bottom.
|
| NotAssigned | 16 |
Not assigned.
|
See Also