Packagestimulsoft.report.components.enums
Classpublic class StiConditionBorderSides
InheritanceStiConditionBorderSides Inheritance Object

Sides of the border in conditions.



Public Constants
 ConstantDefined 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
Constant Detail
AllConstant
public static const All:int = 15

Border from all sides.

BottomConstant 
public static const Bottom:int = 8

Border on the bottom.

LeftConstant 
public static const Left:int = 2

Border on the left.

NoneConstant 
public static const None:int = 0

No border.

NotAssignedConstant 
public static const NotAssigned:int = 16

Not assigned.

RightConstant 
public static const Right:int = 4

Border on the right.

TopConstant 
public static const Top:int = 1

Border on the top.