StiStyleLocation Enumeration |
Enum provide all variants of location component on parent component area.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax [FlagsAttribute]
public enum StiStyleLocation
<FlagsAttribute>
Public Enumeration StiStyleLocation
Members
| Member name | Value | Description |
---|
| None | 0 | |
| TopLeft | 1 | |
| TopCenter | 2 | |
| TopRight | 4 | |
| MiddleLeft | 8 | |
| MiddleCenter | 16 | |
| MiddleRight | 32 | |
| BottomLeft | 64 | |
| BottomCenter | 128 | |
| BottomRight | 256 | |
| Left | 512 | |
| Right | 1024 | |
| Top | 2048 | |
| Bottom | 4096 | |
| CenterHorizontal | 8192 | |
| CenterVertical | 16384 | |
See Also