Click or drag to resize

LayoutOrigin Enumeration

A layout origin definition.

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)
Members
  Member nameValueDescription
TopLeft1 Indicates an origin where 0,0 is in the top-left corner.
TopRight2 Indicates an origin where 0,0 is in the top-right corner.
BottomRight3 Indicates an origin where 0,0 is in the bottom-right corner.
BottomLeft4 Indicates an origin where 0,0 is in the bottom-left corner.
See Also