Packagestimulsoft.report.components.enums
Classpublic class StiMarkersStyle
InheritanceStiMarkersStyle Inheritance Object



Public Constants
 ConstantDefined By
  Corners : int = 1
[static] Corners of the component are visible as markers of its size.
StiMarkersStyle
  DashedRectangle : int = 2
[static] Markers represents by the dashed rectangle.
StiMarkersStyle
  None : int = 0
[static] No markers visible around the component.
StiMarkersStyle
Constant Detail
CornersConstant
public static const Corners:int = 1

Corners of the component are visible as markers of its size.

DashedRectangleConstant 
public static const DashedRectangle:int = 2

Markers represents by the dashed rectangle.

NoneConstant 
public static const None:int = 0

No markers visible around the component.