-
Notifications
You must be signed in to change notification settings - Fork 0
TabContainer AlignmentModeEnum
Home | API by Category | Complete API Index | API Compatibility
| Field | Value |
|---|---|
| Full name | Electron2D.TabContainer.AlignmentModeEnum |
| Namespace | Electron2D |
| Kind | enum |
| Category | UI and Text |
Identifies how tabs are aligned inside the tab header.
public enum Electron2D.TabContainer.AlignmentModeEnum : System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattableProfile: Electron2D 0.1.0 2D
Status: Supported / Parity verified
Out of profile: no
Godot reference: TabContainer.AlignmentMode
Left, center and right tab header alignment values.
The preview stores this value and uses it when calculating tab header hit rectangles.
This enum is immutable and is safe to use from any thread.
This enum is available since Electron2D 0.1.0 Preview.
Electron2D.TabContainer.TabAlignment
| Member | Kind | Summary |
|---|---|---|
Center |
Enum value | Centers tabs inside the header. |
Left |
Enum value | Places tabs at the beginning of the header. |
Right |
Enum value | Places tabs at the end of the header. |
Kind: Enum value
public const Electron2D.TabContainer.AlignmentModeEnum CenterCenters tabs inside the header.
Centering affects hit testing and drawing only when the header is wider than all visible tab buttons.
This value is available since Electron2D 0.1.0 Preview.
Electron2D.TabContainer.AlignmentModeEnum
Kind: Enum value
public const Electron2D.TabContainer.AlignmentModeEnum LeftPlaces tabs at the beginning of the header.
Use this value when the first tab should start at the left edge.
This value is available since Electron2D 0.1.0 Preview.
Electron2D.TabContainer.AlignmentModeEnum
Kind: Enum value
public const Electron2D.TabContainer.AlignmentModeEnum RightPlaces tabs at the end of the header.
Use this value when tab buttons should be right-aligned.
This value is available since Electron2D 0.1.0 Preview.
Electron2D.TabContainer.AlignmentModeEnum
Electron2D 0.1.0 Preview API reference. Generated from 175 public runtime types.