Classes
ItemSpec
ItemSpec
Defines row/column specific properties that apply to GridLayout elements.
Summary β
Constructors
Properties
Constructors β
constructor β
new ItemSpec(value: number, type: GridUnitType): ItemSpec
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