-
Notifications
You must be signed in to change notification settings - Fork 0
TabContainer TabPositionEnum
Home | API by Category | Complete API Index | API Compatibility
| Field | Value |
|---|---|
| Full name | Electron2D.TabContainer.TabPositionEnum |
| Namespace | Electron2D |
| Kind | enum |
| Category | UI and Text |
Identifies where the tab header is placed.
public enum Electron2D.TabContainer.TabPositionEnum : System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattableProfile: Electron2D 0.1.0 2D
Status: Supported / Parity verified
Out of profile: no
Godot reference: TabContainer.TabPosition
Top and bottom tab header placement values.
The header can be above or below the selected page. Page layout is recalculated during the container sort pass.
This enum is immutable and is safe to use from any thread.
This enum is available since Electron2D 0.1.0 Preview.
Electron2D.TabContainer.TabsPosition
| Member | Kind | Summary |
|---|---|---|
Bottom |
Enum value | Places the tab header below the selected page. |
Top |
Enum value | Places the tab header above the selected page. |
Kind: Enum value
public const Electron2D.TabContainer.TabPositionEnum BottomPlaces the tab header below the selected page.
Use this value when page content should occupy the top of the container.
This value is available since Electron2D 0.1.0 Preview.
Electron2D.TabContainer.TabPositionEnum
Kind: Enum value
public const Electron2D.TabContainer.TabPositionEnum TopPlaces the tab header above the selected page.
This is the default tab position.
This value is available since Electron2D 0.1.0 Preview.
Electron2D.TabContainer.TabPositionEnum
Electron2D 0.1.0 Preview API reference. Generated from 175 public runtime types.