Skip to main content
Version: 1.x

@microsoft/fast-foundation > VerticalPosition

VerticalPosition type

Defines the vertical positioning options for an anchored region

Signature:
export declare type VerticalPosition = "top" | "bottom" | "center" | "unset";