export enum LayoutDirection { LeftToRight = 0, RightToLeft = 1, LayoutDirectionAuto = 2 }