h2d.FlowProperties
h2d.FlowProperties
Fields
| Name | Type | |
|---|---|---|
elt | h2d.Object | |
paddingLeft | I32 | |
paddingTop | I32 | |
paddingRight | I32 | |
paddingBottom | I32 | |
isAbsolute | Bool | |
horizontalAlign | h2d.FlowAlign | |
verticalAlign | h2d.FlowAlign | |
offsetX | I32 | |
offsetY | I32 | |
minWidth | Null | |
minHeight | Null | |
calculatedWidth | I32 | |
calculatedHeight | I32 | |
isBreak | Bool | |
constraint | Bool |
Protos
f@3505set_isAbsolute(h2d.FlowProperties, Bool) → Bool
Bindings
- static
f@3506__constructor__(h2d.FlowProperties, h2d.Object) → Void