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