fm.liveswitch.LayoutDirection Enum Reference

Specifies the direction of the layout flow. More...

Public Member Functions

 LayoutDirection (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static LayoutDirection getByAssignedValue (int value)
 

Public Attributes

 Horizontal =(1)
 Indicates that the layout should flow horizontally, filling rows as needed. More...
 
 Vertical =(2)
 Indicates that the layout should flow vertically, filling columns as needed. More...
 

Detailed Description

Specifies the direction of the layout flow.

Constructor & Destructor Documentation

◆ LayoutDirection()

fm.liveswitch.LayoutDirection.LayoutDirection ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.LayoutDirection.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.LayoutDirection.getAssignedValue ( )

◆ getByAssignedValue()

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

Member Data Documentation

◆ Horizontal

fm.liveswitch.LayoutDirection.Horizontal =(1)

Indicates that the layout should flow horizontally, filling rows as needed.

◆ Vertical

fm.liveswitch.LayoutDirection.Vertical =(2)

Indicates that the layout should flow vertically, filling columns as needed.