Skip to main content
A newer version of this page is available.
All docs
V19.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 Description
Bottom

The section is located at the bottom of the page and stretched to the entire width.

BottomLeft

The section is located at the page’s bottom left part.

BottomRight

The section is located at the page’s bottom right part.

Left

The section is located at the left of the page and stretched to the entire height.

Right

The section is located at the right of the page and stretched to the entire height.

Top

The section is located at the top of the page and stretched to the entire width.

TopLeft

The section is located at the page’s top left part.

TopRight

The section is located at the page’s top right part.

Remarks

Pass this enumeration value to the FullscreenWizardPage.setSectionPosition method.