-
Notifications
You must be signed in to change notification settings - Fork 0
VerticalAlignment
Home | API by Category | Complete API Index | API Compatibility
| Field | Value |
|---|---|
| Full name | Electron2D.VerticalAlignment |
| Namespace | Electron2D |
| Kind | enum |
| Category | UI and Text |
Identifies the vertical alignment used by controls that draw text.
public enum Electron2D.VerticalAlignment : System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattableProfile: Electron2D 0.1.0 2D
Status: Supported / Parity verified
Out of profile: no
Godot reference: VerticalAlignment
Vertical alignment values used by text controls.
This type is part of the Electron2D 0.1.0 Preview public API.
This enum is immutable and can be used from any thread.
This enum is available since Electron2D 0.1.0 Preview.
| Member | Kind | Summary |
|---|---|---|
Bottom |
Enum value | Aligns content to the bottom edge. |
Center |
Enum value | Centers content vertically. |
Fill |
Enum value | Uses fill alignment. Electron2D 0.1.0 Preview treats this like top alignment for single-line labels. |
Top |
Enum value | Aligns content to the top edge. |
Kind: Enum value
public const Electron2D.VerticalAlignment BottomAligns content to the bottom edge.
Use this value with APIs that accept VerticalAlignment.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.VerticalAlignment
Kind: Enum value
public const Electron2D.VerticalAlignment CenterCenters content vertically.
Use this value with APIs that accept VerticalAlignment.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.VerticalAlignment
Kind: Enum value
public const Electron2D.VerticalAlignment FillUses fill alignment.
Electron2D 0.1.0 Preview treats this like top alignment for single-line labels.
Use this value with APIs that accept VerticalAlignment.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.VerticalAlignment
Kind: Enum value
public const Electron2D.VerticalAlignment TopAligns content to the top edge.
Use this value with APIs that accept VerticalAlignment.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.VerticalAlignment
Electron2D 0.1.0 Preview API reference. Generated from 175 public runtime types.