Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
Classes
ItemSpec
ItemSpec
Defines row/column specific properties that apply to GridLayout elements.
Summary
Constructors
Constructors
constructor
new ItemSpec(value: number, type: GridUnitType): ItemSpec
Parameter | Default | Description |
value |
| number |
type |
|
Returns ItemSpec
Properties
actualLength
Gets the actual length of an ItemSpec.
gridUnitType
gridUnitType: GridUnitType
Returns unit type of this ItemSpec instance.
isAbsolute
Returns true if this ItemSpec instance holds
an absolute (pixel) value.
isAuto
Returns true if this GridLength instance is
automatic (not specified).
isStar
Returns true if this ItemSpec instance holds weighted proportion
of available space.
value
Returns value part of this ItemSpec instance.
- Previous
- InheritedProperty
- Next
- KeyframeAnimation