StiMarkersStyle Enumeration |
Enumeration which sets a style of markers of the component in the designer.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public enum StiMarkersStyle
Public Enumeration StiMarkersStyle
Members
| Member name | Value | Description |
---|
| None | 0 |
No markers visible around the component.
|
| Corners | 1 |
Corners of the component are visible as markers of its size.
|
| DashedRectangle | 2 |
Markers represents by the dashed rectangle.
|
See Also