Skip to main content

@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";