Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LayoutOrigin

A layout origin definition.

Index

Enumeration members

Enumeration members

BottomLeft

BottomLeft: = 4
Indicates an origin where 0,0 is in the bottom-left corner.
field

BottomLeft

type

{fm.icelink.LayoutOrigin}

BottomRight

BottomRight: = 3
Indicates an origin where 0,0 is in the bottom-right corner.
field

BottomRight

type

{fm.icelink.LayoutOrigin}

TopLeft

TopLeft: = 1
Indicates an origin where 0,0 is in the top-left corner.
field

TopLeft

type

{fm.icelink.LayoutOrigin}

TopRight

TopRight: = 2
Indicates an origin where 0,0 is in the top-right corner.
field

TopRight

type

{fm.icelink.LayoutOrigin}