fm.liveswitch.LayoutAlignment Enum Reference

A layout alignment definition. More...

Public Member Functions

 LayoutAlignment (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static LayoutAlignment getByAssignedValue (int value)
 

Public Attributes

 TopLeft =(1)
 Indicates a top-left alignment. More...
 
 Top =(2)
 Indicates a top-center alignment. More...
 
 TopRight =(3)
 Indicates a top-right alignment. More...
 
 Left =(4)
 Indicates a center-left alignment. More...
 
 Center =(5)
 Indicates a center-center alignment. More...
 
 Right =(6)
 Indicates a center-right alignment. More...
 
 BottomLeft =(7)
 Indicates a bottom-left alignment. More...
 
 Bottom =(8)
 Indicates a bottom-center alignment. More...
 
 BottomRight =(9)
 Indicates a bottom-right alignment. More...
 

Detailed Description

A layout alignment definition.

Constructor & Destructor Documentation

◆ LayoutAlignment()

fm.liveswitch.LayoutAlignment.LayoutAlignment ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.LayoutAlignment.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.LayoutAlignment.getAssignedValue ( )

◆ getByAssignedValue()

static LayoutAlignment fm.liveswitch.LayoutAlignment.getByAssignedValue ( int  value)
static

Member Data Documentation

◆ Bottom

fm.liveswitch.LayoutAlignment.Bottom =(8)

Indicates a bottom-center alignment.

◆ BottomLeft

fm.liveswitch.LayoutAlignment.BottomLeft =(7)

Indicates a bottom-left alignment.

◆ BottomRight

fm.liveswitch.LayoutAlignment.BottomRight =(9)

Indicates a bottom-right alignment.

◆ Center

fm.liveswitch.LayoutAlignment.Center =(5)

Indicates a center-center alignment.

◆ Left

fm.liveswitch.LayoutAlignment.Left =(4)

Indicates a center-left alignment.

◆ Right

fm.liveswitch.LayoutAlignment.Right =(6)

Indicates a center-right alignment.

◆ Top

fm.liveswitch.LayoutAlignment.Top =(2)

Indicates a top-center alignment.

◆ TopLeft

fm.liveswitch.LayoutAlignment.TopLeft =(1)

Indicates a top-left alignment.

◆ TopRight

fm.liveswitch.LayoutAlignment.TopRight =(3)

Indicates a top-right alignment.