@microsoft/fast-foundation > AnchoredRegion > horizontalPositioningMode
AnchoredRegion.horizontalPositioningMode property
Sets what logic the component uses to determine horizontal placement. 'locktodefault' forces the default position 'dynamic' decides placement based on available space 'uncontrolled' does not control placement on the horizontal axis
Signature:horizontalPositioningMode: AxisPositioningMode;
Remarks
HTML Attribute: horizontal-positioning-mode