Skip to main content
Version: 1.x

@microsoft/fast-foundation > AxisScalingMode

AxisScalingMode type

Defines the scaling behavior of an anchored region on a particular axis

Signature:
export declare type AxisScalingMode = "anchor" | "fill" | "content";