Package | feathers.controls |
Class | public class TrackScaleMode |
Inheritance | TrackScaleMode Object |
Product Version : | Feathers 3.0.0 |
Constant | Defined By | ||
---|---|---|---|
DIRECTIONAL : String = "directional" [static]
If the component's direction is horizontal, the width of the track
will fill the full width of the component, and if the component's
direction is vertical, the height of the track will fill the full
height of the component. | TrackScaleMode | ||
EXACT_FIT : String = "exactFit" [static]
The track dimensions fill the full width and height of the component. | TrackScaleMode |
DIRECTIONAL | Constant |
public static const DIRECTIONAL:String = "directional"
Product Version : | Feathers 3.0.0 |
If the component's direction is horizontal, the width of the track will fill the full width of the component, and if the component's direction is vertical, the height of the track will fill the full height of the component. The other edge will not be scaled, and its preferred size will be used instead.
EXACT_FIT | Constant |
public static const EXACT_FIT:String = "exactFit"
Product Version : | Feathers 3.0.0 |
The track dimensions fill the full width and height of the component.