Enum InlineAlignment
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum InlineAlignment : long
Fields
BaselineTo = 3Aligns the baseline (user defined) of the inline object (e.g. image, table) to the position of the text specified by
INLINE_ALIGNMENT_TO_*constant.Bottom = 14Aligns bottom of the inline object (e.g. image, table) to the bottom of the text. Equivalent to
INLINE_ALIGNMENT_BOTTOM_TO | INLINE_ALIGNMENT_TO_BOTTOM.BottomTo = 2Aligns the bottom of the inline object (e.g. image, table) to the position of the text specified by
INLINE_ALIGNMENT_TO_*constant.Center = 5Aligns center of the inline object (e.g. image, table) to the center of the text. Equivalent to
INLINE_ALIGNMENT_CENTER_TO | INLINE_ALIGNMENT_TO_CENTER.CenterTo = 1Aligns the center of the inline object (e.g. image, table) to the position of the text specified by
INLINE_ALIGNMENT_TO_*constant.ImageMask = 3A bit mask for
INLINE_ALIGNMENT_*_TOalignment constants.TextMask = 12A bit mask for
INLINE_ALIGNMENT_TO_*alignment constants.ToBaseline = 8Aligns the position of the inline object (e.g. image, table) specified by
INLINE_ALIGNMENT_*_TOconstant to the baseline of the text.ToBottom = 12Aligns inline object (e.g. image, table) to the bottom of the text.
ToCenter = 4Aligns the position of the inline object (e.g. image, table) specified by
INLINE_ALIGNMENT_*_TOconstant to the center of the text.ToTop = 0Aligns the position of the inline object (e.g. image, table) specified by
INLINE_ALIGNMENT_*_TOconstant to the top of the text.Top = 0Aligns top of the inline object (e.g. image, table) to the top of the text. Equivalent to
INLINE_ALIGNMENT_TOP_TO | INLINE_ALIGNMENT_TO_TOP.TopTo = 0Aligns the top of the inline object (e.g. image, table) to the position of the text specified by
INLINE_ALIGNMENT_TO_*constant.