Skip to main content
A newer version of this page is available.
All docs
V20.1

WizardSectionPosition Enum

Lists values that specify the section’s position within the wizard page.

Declaration

enum WizardSectionPosition {
    Left = 1,
    TopLeft = 2,
    BottomLeft = 3,
    Right = 4,
    TopRight = 5,
    BottomRight = 6,
    Top = 7,
    Bottom = 8
}

Members

Name
Bottom
BottomLeft
BottomRight
Left
Right
Top
TopLeft
TopRight

Remarks

Pass this enumeration value to the FullscreenWizardPage.setSectionPosition method.