Skip to content

5400ed2c 54da 9dc5 5619 ec2b57a701d1

Fernando Garcia edited this page May 8, 2018 · 1 revision

KnownFlipStyle Enumeration

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)

Syntax

C#

public enum KnownFlipStyle

VB

Public Enumeration KnownFlipStyle

Members

 

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.

Remarks

[Missing documentation for "T:iTin.Export.Model.KnownFlipStyle"]

See Also

Reference

iTin.Export.Model Namespace

Clone this wiki locally