Skip to content

TabContainer TabPositionEnum

Eduard Gushchin edited this page Jun 24, 2026 · 3 revisions

Home | API by Category | Complete API Index | API Compatibility

Field Value
Full name Electron2D.TabContainer.TabPositionEnum
Namespace Electron2D
Kind enum
Category UI and Text

Overview

Identifies where the tab header is placed.

Syntax

public enum Electron2D.TabContainer.TabPositionEnum : System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattable

Godot 4.7 C# profile compatibility

Profile: Electron2D 0.1.0 2D
Status: Supported / Parity verified
Out of profile: no
Godot reference: TabContainer.TabPosition

Top and bottom tab header placement values.

Remarks

The header can be above or below the selected page. Page layout is recalculated during the container sort pass.

Thread Safety

This enum is immutable and is safe to use from any thread.

Since

This enum is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.TabContainer.TabsPosition

Members

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.

Member Details

Bottom

Kind: Enum value

public const Electron2D.TabContainer.TabPositionEnum Bottom

Summary

Places the tab header below the selected page.

Remarks

Use this value when page content should occupy the top of the container.

Since

This value is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.TabContainer.TabPositionEnum

Top

Kind: Enum value

public const Electron2D.TabContainer.TabPositionEnum Top

Summary

Places the tab header above the selected page.

Remarks

This is the default tab position.

Since

This value is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.TabContainer.TabPositionEnum

Clone this wiki locally