Skip to main content

@microsoft/fast-foundation > AnchoredRegionPositionLabel

AnchoredRegionPositionLabel type

Describes the possible positions of the region relative to its anchor. Depending on the axis start = left/top, end = right/bottom

Signature:
export declare type AnchoredRegionPositionLabel = "start" | "insetStart" | "insetEnd" | "end" | "center";