Package | stimulsoft.report.components.enums |
Class | public class StiConditionBorderSides |
Inheritance | StiConditionBorderSides ![]() |
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 = 15
Border from all sides.
Bottom | Constant |
public static const Bottom:int = 8
Border on the bottom.
Left | Constant |
public static const Left:int = 2
Border on the left.
None | Constant |
public static const None:int = 0
No border.
NotAssigned | Constant |
public static const NotAssigned:int = 16
Not assigned.
Right | Constant |
public static const Right:int = 4
Border on the right.
Top | Constant |
public static const Top:int = 1
Border on the top.