| Package | stimulsoft.report.components.enums | 
| Class | public class StiMarkersStyle | 
| Inheritance | StiMarkersStyle    Object | 
| Constant | Defined 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 | ||
| Corners | Constant | 
public static const Corners:int = 1Corners of the component are visible as markers of its size.
| DashedRectangle | Constant | 
public static const DashedRectangle:int = 2Markers represents by the dashed rectangle.
| None | Constant | 
public static const None:int = 0No markers visible around the component.