5400ed2c 54da 9dc5 5619 ec2b57a701d1 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Specifies the orientation of a control on the drawing surface.
Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public enum KnownFlipStyleVB
Public Enumeration KnownFlipStyle
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Control is oriented to the left. | |
| X | 1 | Control is oriented to the top. | |
| Y | 2 | Control is oriented to the right. | |
| XY | 3 | Control is oriented to the bottom. |
[Missing documentation for "T:iTin.Export.Model.KnownFlipStyle"]