ConstHow a background image tiles.
How a background image is sized against its box.
How a node's pixels combine with what is behind them.
Border styles, which Yoga has no notion of — it lays out a border's width, not its look.
The shape a gradient's stops are laid along.
How an image fills its box.
Whether a glyph's stroke is painted over its fill.
Where a line of text sits across its width.
A line drawn through, over or under text.
Where a line of text sits within its line box.
Consolidated Style object combining Yoga layout constants and custom border styles
Everything Yoga defines, plus the constants for the parts of drawing Yoga has no notion of. The custom enums are string-valued, and the values are the CSS keywords themselves — so a caller can pass either
Style.BlendMode.Multiplyor'multiply', and a value can be handed to a canvas context without a lookup table in between. Border predates that and is numeric.