| Package | stimulsoft.report.components.enums |
| Class | public class StiConditionBorderSides |
| Inheritance | StiConditionBorderSides Object |
| Constant | Defined By | ||
|---|---|---|---|
| All : int = 15 [static] Border from all sides. | StiConditionBorderSides | ||
| Bottom : int = 8 [static] Border on the bottom. | StiConditionBorderSides | ||
| Left : int = 2 [static] Border on the left. | StiConditionBorderSides | ||
| None : int = 0 [static] No border. | StiConditionBorderSides | ||
| NotAssigned : int = 16 [static] Not assigned. | StiConditionBorderSides | ||
| Right : int = 4 [static] Border on the right. | StiConditionBorderSides | ||
| Top : int = 1 [static] Border on the top. | StiConditionBorderSides | ||
| All | Constant |
public static const All:int = 15Border from all sides.
| Bottom | Constant |
public static const Bottom:int = 8Border on the bottom.
| Left | Constant |
public static const Left:int = 2Border on the left.
| None | Constant |
public static const None:int = 0No border.
| NotAssigned | Constant |
public static const NotAssigned:int = 16Not assigned.
| Right | Constant |
public static const Right:int = 4Border on the right.
| Top | Constant |
public static const Top:int = 1Border on the top.