Skip to main content

@microsoft/fast-foundation > VerticalPosition

VerticalPosition type

Defines the vertical positioning options for an anchored region

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