UNPKG

react-native-xaml

Version:

Allows using XAML directly, inside of a React Native Windows app

853 lines 98.7 kB
/************************************************************* THIS FILE WAS AUTOMATICALLY GENERATED, DO NOT MODIFY MANUALLY SOURCE WINMDS USED: - %USERPROFILE%\.nuget\packages\microsoft.ui.xaml\2.8.0\lib\uap10.0\Microsoft.UI.Xaml.winmd **************************************************************/ export var Stretch; (function (Stretch) { Stretch[Stretch["None"] = 0] = "None"; Stretch[Stretch["Fill"] = 1] = "Fill"; Stretch[Stretch["Uniform"] = 2] = "Uniform"; Stretch[Stretch["UniformToFill"] = 3] = "UniformToFill"; })(Stretch || (Stretch = {})); export var Orientation; (function (Orientation) { Orientation[Orientation["Vertical"] = 0] = "Vertical"; Orientation[Orientation["Horizontal"] = 1] = "Horizontal"; })(Orientation || (Orientation = {})); export var TextReadingOrder; (function (TextReadingOrder) { TextReadingOrder[TextReadingOrder["Default"] = 0] = "Default"; TextReadingOrder[TextReadingOrder["UseFlowDirection"] = 0] = "UseFlowDirection"; TextReadingOrder[TextReadingOrder["DetectFromContent"] = 1] = "DetectFromContent"; })(TextReadingOrder || (TextReadingOrder = {})); export var ManipulationModes; (function (ManipulationModes) { ManipulationModes[ManipulationModes["None"] = 0] = "None"; ManipulationModes[ManipulationModes["TranslateX"] = 1] = "TranslateX"; ManipulationModes[ManipulationModes["TranslateY"] = 2] = "TranslateY"; ManipulationModes[ManipulationModes["TranslateRailsX"] = 4] = "TranslateRailsX"; ManipulationModes[ManipulationModes["TranslateRailsY"] = 8] = "TranslateRailsY"; ManipulationModes[ManipulationModes["Rotate"] = 16] = "Rotate"; ManipulationModes[ManipulationModes["Scale"] = 32] = "Scale"; ManipulationModes[ManipulationModes["TranslateInertia"] = 64] = "TranslateInertia"; ManipulationModes[ManipulationModes["RotateInertia"] = 128] = "RotateInertia"; ManipulationModes[ManipulationModes["ScaleInertia"] = 256] = "ScaleInertia"; ManipulationModes[ManipulationModes["All"] = 65535] = "All"; ManipulationModes[ManipulationModes["System"] = 65536] = "System"; })(ManipulationModes || (ManipulationModes = {})); export var Visibility; (function (Visibility) { Visibility[Visibility["Visible"] = 0] = "Visible"; Visibility[Visibility["Collapsed"] = 1] = "Collapsed"; })(Visibility || (Visibility = {})); export var ElementCompositeMode; (function (ElementCompositeMode) { ElementCompositeMode[ElementCompositeMode["Inherit"] = 0] = "Inherit"; ElementCompositeMode[ElementCompositeMode["SourceOver"] = 1] = "SourceOver"; ElementCompositeMode[ElementCompositeMode["MinBlend"] = 2] = "MinBlend"; })(ElementCompositeMode || (ElementCompositeMode = {})); export var ElementHighContrastAdjustment; (function (ElementHighContrastAdjustment) { ElementHighContrastAdjustment[ElementHighContrastAdjustment["None"] = 0] = "None"; ElementHighContrastAdjustment[ElementHighContrastAdjustment["Application"] = -2147483648] = "Application"; ElementHighContrastAdjustment[ElementHighContrastAdjustment["Auto"] = -1] = "Auto"; })(ElementHighContrastAdjustment || (ElementHighContrastAdjustment = {})); export var XYFocusNavigationStrategy; (function (XYFocusNavigationStrategy) { XYFocusNavigationStrategy[XYFocusNavigationStrategy["Auto"] = 0] = "Auto"; XYFocusNavigationStrategy[XYFocusNavigationStrategy["Projection"] = 1] = "Projection"; XYFocusNavigationStrategy[XYFocusNavigationStrategy["NavigationDirectionDistance"] = 2] = "NavigationDirectionDistance"; XYFocusNavigationStrategy[XYFocusNavigationStrategy["RectilinearDistance"] = 3] = "RectilinearDistance"; })(XYFocusNavigationStrategy || (XYFocusNavigationStrategy = {})); export var XYFocusKeyboardNavigationMode; (function (XYFocusKeyboardNavigationMode) { XYFocusKeyboardNavigationMode[XYFocusKeyboardNavigationMode["Auto"] = 0] = "Auto"; XYFocusKeyboardNavigationMode[XYFocusKeyboardNavigationMode["Enabled"] = 1] = "Enabled"; XYFocusKeyboardNavigationMode[XYFocusKeyboardNavigationMode["Disabled"] = 2] = "Disabled"; })(XYFocusKeyboardNavigationMode || (XYFocusKeyboardNavigationMode = {})); export var KeyboardNavigationMode; (function (KeyboardNavigationMode) { KeyboardNavigationMode[KeyboardNavigationMode["Local"] = 0] = "Local"; KeyboardNavigationMode[KeyboardNavigationMode["Cycle"] = 1] = "Cycle"; KeyboardNavigationMode[KeyboardNavigationMode["Once"] = 2] = "Once"; })(KeyboardNavigationMode || (KeyboardNavigationMode = {})); export var KeyTipPlacementMode; (function (KeyTipPlacementMode) { KeyTipPlacementMode[KeyTipPlacementMode["Auto"] = 0] = "Auto"; KeyTipPlacementMode[KeyTipPlacementMode["Bottom"] = 1] = "Bottom"; KeyTipPlacementMode[KeyTipPlacementMode["Top"] = 2] = "Top"; KeyTipPlacementMode[KeyTipPlacementMode["Left"] = 3] = "Left"; KeyTipPlacementMode[KeyTipPlacementMode["Right"] = 4] = "Right"; KeyTipPlacementMode[KeyTipPlacementMode["Center"] = 5] = "Center"; KeyTipPlacementMode[KeyTipPlacementMode["Hidden"] = 6] = "Hidden"; })(KeyTipPlacementMode || (KeyTipPlacementMode = {})); export var KeyboardAcceleratorPlacementMode; (function (KeyboardAcceleratorPlacementMode) { KeyboardAcceleratorPlacementMode[KeyboardAcceleratorPlacementMode["Auto"] = 0] = "Auto"; KeyboardAcceleratorPlacementMode[KeyboardAcceleratorPlacementMode["Hidden"] = 1] = "Hidden"; })(KeyboardAcceleratorPlacementMode || (KeyboardAcceleratorPlacementMode = {})); export var VerticalAlignment; (function (VerticalAlignment) { VerticalAlignment[VerticalAlignment["Top"] = 0] = "Top"; VerticalAlignment[VerticalAlignment["Center"] = 1] = "Center"; VerticalAlignment[VerticalAlignment["Bottom"] = 2] = "Bottom"; VerticalAlignment[VerticalAlignment["Stretch"] = 3] = "Stretch"; })(VerticalAlignment || (VerticalAlignment = {})); export var HorizontalAlignment; (function (HorizontalAlignment) { HorizontalAlignment[HorizontalAlignment["Left"] = 0] = "Left"; HorizontalAlignment[HorizontalAlignment["Center"] = 1] = "Center"; HorizontalAlignment[HorizontalAlignment["Right"] = 2] = "Right"; HorizontalAlignment[HorizontalAlignment["Stretch"] = 3] = "Stretch"; })(HorizontalAlignment || (HorizontalAlignment = {})); export var FlowDirection; (function (FlowDirection) { FlowDirection[FlowDirection["LeftToRight"] = 0] = "LeftToRight"; FlowDirection[FlowDirection["RightToLeft"] = 1] = "RightToLeft"; })(FlowDirection || (FlowDirection = {})); export var ElementTheme; (function (ElementTheme) { ElementTheme[ElementTheme["Default"] = 0] = "Default"; ElementTheme[ElementTheme["Light"] = 1] = "Light"; ElementTheme[ElementTheme["Dark"] = 2] = "Dark"; })(ElementTheme || (ElementTheme = {})); export var FontStyle; (function (FontStyle) { FontStyle[FontStyle["Normal"] = 0] = "Normal"; FontStyle[FontStyle["Oblique"] = 1] = "Oblique"; FontStyle[FontStyle["Italic"] = 2] = "Italic"; })(FontStyle || (FontStyle = {})); export var FontStretch; (function (FontStretch) { FontStretch[FontStretch["Undefined"] = 0] = "Undefined"; FontStretch[FontStretch["UltraCondensed"] = 1] = "UltraCondensed"; FontStretch[FontStretch["ExtraCondensed"] = 2] = "ExtraCondensed"; FontStretch[FontStretch["Condensed"] = 3] = "Condensed"; FontStretch[FontStretch["SemiCondensed"] = 4] = "SemiCondensed"; FontStretch[FontStretch["Normal"] = 5] = "Normal"; FontStretch[FontStretch["SemiExpanded"] = 6] = "SemiExpanded"; FontStretch[FontStretch["Expanded"] = 7] = "Expanded"; FontStretch[FontStretch["ExtraExpanded"] = 8] = "ExtraExpanded"; FontStretch[FontStretch["UltraExpanded"] = 9] = "UltraExpanded"; })(FontStretch || (FontStretch = {})); export var RequiresPointer; (function (RequiresPointer) { RequiresPointer[RequiresPointer["Never"] = 0] = "Never"; RequiresPointer[RequiresPointer["WhenEngaged"] = 1] = "WhenEngaged"; RequiresPointer[RequiresPointer["WhenFocused"] = 2] = "WhenFocused"; })(RequiresPointer || (RequiresPointer = {})); export var ElementSoundMode; (function (ElementSoundMode) { ElementSoundMode[ElementSoundMode["Default"] = 0] = "Default"; ElementSoundMode[ElementSoundMode["FocusOnly"] = 1] = "FocusOnly"; ElementSoundMode[ElementSoundMode["Off"] = 2] = "Off"; })(ElementSoundMode || (ElementSoundMode = {})); export var BackgroundSizing; (function (BackgroundSizing) { BackgroundSizing[BackgroundSizing["InnerBorderEdge"] = 0] = "InnerBorderEdge"; BackgroundSizing[BackgroundSizing["OuterBorderEdge"] = 1] = "OuterBorderEdge"; })(BackgroundSizing || (BackgroundSizing = {})); export var AppBarClosedDisplayMode; (function (AppBarClosedDisplayMode) { AppBarClosedDisplayMode[AppBarClosedDisplayMode["Compact"] = 0] = "Compact"; AppBarClosedDisplayMode[AppBarClosedDisplayMode["Minimal"] = 1] = "Minimal"; AppBarClosedDisplayMode[AppBarClosedDisplayMode["Hidden"] = 2] = "Hidden"; })(AppBarClosedDisplayMode || (AppBarClosedDisplayMode = {})); export var LightDismissOverlayMode; (function (LightDismissOverlayMode) { LightDismissOverlayMode[LightDismissOverlayMode["Auto"] = 0] = "Auto"; LightDismissOverlayMode[LightDismissOverlayMode["On"] = 1] = "On"; LightDismissOverlayMode[LightDismissOverlayMode["Off"] = 2] = "Off"; })(LightDismissOverlayMode || (LightDismissOverlayMode = {})); export var ClickMode; (function (ClickMode) { ClickMode[ClickMode["Release"] = 0] = "Release"; ClickMode[ClickMode["Press"] = 1] = "Press"; ClickMode[ClickMode["Hover"] = 2] = "Hover"; })(ClickMode || (ClickMode = {})); export var CommandBarLabelPosition; (function (CommandBarLabelPosition) { CommandBarLabelPosition[CommandBarLabelPosition["Default"] = 0] = "Default"; CommandBarLabelPosition[CommandBarLabelPosition["Collapsed"] = 1] = "Collapsed"; })(CommandBarLabelPosition || (CommandBarLabelPosition = {})); export var DayOfWeek; (function (DayOfWeek) { DayOfWeek[DayOfWeek["Sunday"] = 0] = "Sunday"; DayOfWeek[DayOfWeek["Monday"] = 1] = "Monday"; DayOfWeek[DayOfWeek["Tuesday"] = 2] = "Tuesday"; DayOfWeek[DayOfWeek["Wednesday"] = 3] = "Wednesday"; DayOfWeek[DayOfWeek["Thursday"] = 4] = "Thursday"; DayOfWeek[DayOfWeek["Friday"] = 5] = "Friday"; DayOfWeek[DayOfWeek["Saturday"] = 6] = "Saturday"; })(DayOfWeek || (DayOfWeek = {})); export var CalendarViewDisplayMode; (function (CalendarViewDisplayMode) { CalendarViewDisplayMode[CalendarViewDisplayMode["Month"] = 0] = "Month"; CalendarViewDisplayMode[CalendarViewDisplayMode["Year"] = 1] = "Year"; CalendarViewDisplayMode[CalendarViewDisplayMode["Decade"] = 2] = "Decade"; })(CalendarViewDisplayMode || (CalendarViewDisplayMode = {})); export var CalendarViewSelectionMode; (function (CalendarViewSelectionMode) { CalendarViewSelectionMode[CalendarViewSelectionMode["None"] = 0] = "None"; CalendarViewSelectionMode[CalendarViewSelectionMode["Single"] = 1] = "Single"; CalendarViewSelectionMode[CalendarViewSelectionMode["Multiple"] = 2] = "Multiple"; })(CalendarViewSelectionMode || (CalendarViewSelectionMode = {})); export var ColorSpectrumShape; (function (ColorSpectrumShape) { ColorSpectrumShape[ColorSpectrumShape["Box"] = 0] = "Box"; ColorSpectrumShape[ColorSpectrumShape["Ring"] = 1] = "Ring"; })(ColorSpectrumShape || (ColorSpectrumShape = {})); export var ColorSpectrumComponents; (function (ColorSpectrumComponents) { ColorSpectrumComponents[ColorSpectrumComponents["HueValue"] = 0] = "HueValue"; ColorSpectrumComponents[ColorSpectrumComponents["ValueHue"] = 1] = "ValueHue"; ColorSpectrumComponents[ColorSpectrumComponents["HueSaturation"] = 2] = "HueSaturation"; ColorSpectrumComponents[ColorSpectrumComponents["SaturationHue"] = 3] = "SaturationHue"; ColorSpectrumComponents[ColorSpectrumComponents["SaturationValue"] = 4] = "SaturationValue"; ColorSpectrumComponents[ColorSpectrumComponents["ValueSaturation"] = 5] = "ValueSaturation"; })(ColorSpectrumComponents || (ColorSpectrumComponents = {})); export var ComboBoxSelectionChangedTrigger; (function (ComboBoxSelectionChangedTrigger) { ComboBoxSelectionChangedTrigger[ComboBoxSelectionChangedTrigger["Committed"] = 0] = "Committed"; ComboBoxSelectionChangedTrigger[ComboBoxSelectionChangedTrigger["Always"] = 1] = "Always"; })(ComboBoxSelectionChangedTrigger || (ComboBoxSelectionChangedTrigger = {})); export var CommandBarOverflowButtonVisibility; (function (CommandBarOverflowButtonVisibility) { CommandBarOverflowButtonVisibility[CommandBarOverflowButtonVisibility["Auto"] = 0] = "Auto"; CommandBarOverflowButtonVisibility[CommandBarOverflowButtonVisibility["Visible"] = 1] = "Visible"; CommandBarOverflowButtonVisibility[CommandBarOverflowButtonVisibility["Collapsed"] = 2] = "Collapsed"; })(CommandBarOverflowButtonVisibility || (CommandBarOverflowButtonVisibility = {})); export var CommandBarDefaultLabelPosition; (function (CommandBarDefaultLabelPosition) { CommandBarDefaultLabelPosition[CommandBarDefaultLabelPosition["Bottom"] = 0] = "Bottom"; CommandBarDefaultLabelPosition[CommandBarDefaultLabelPosition["Right"] = 1] = "Right"; CommandBarDefaultLabelPosition[CommandBarDefaultLabelPosition["Collapsed"] = 2] = "Collapsed"; })(CommandBarDefaultLabelPosition || (CommandBarDefaultLabelPosition = {})); export var FlyoutPlacementMode; (function (FlyoutPlacementMode) { FlyoutPlacementMode[FlyoutPlacementMode["Top"] = 0] = "Top"; FlyoutPlacementMode[FlyoutPlacementMode["Bottom"] = 1] = "Bottom"; FlyoutPlacementMode[FlyoutPlacementMode["Left"] = 2] = "Left"; FlyoutPlacementMode[FlyoutPlacementMode["Right"] = 3] = "Right"; FlyoutPlacementMode[FlyoutPlacementMode["Full"] = 4] = "Full"; FlyoutPlacementMode[FlyoutPlacementMode["TopEdgeAlignedLeft"] = 5] = "TopEdgeAlignedLeft"; FlyoutPlacementMode[FlyoutPlacementMode["TopEdgeAlignedRight"] = 6] = "TopEdgeAlignedRight"; FlyoutPlacementMode[FlyoutPlacementMode["BottomEdgeAlignedLeft"] = 7] = "BottomEdgeAlignedLeft"; FlyoutPlacementMode[FlyoutPlacementMode["BottomEdgeAlignedRight"] = 8] = "BottomEdgeAlignedRight"; FlyoutPlacementMode[FlyoutPlacementMode["LeftEdgeAlignedTop"] = 9] = "LeftEdgeAlignedTop"; FlyoutPlacementMode[FlyoutPlacementMode["LeftEdgeAlignedBottom"] = 10] = "LeftEdgeAlignedBottom"; FlyoutPlacementMode[FlyoutPlacementMode["RightEdgeAlignedTop"] = 11] = "RightEdgeAlignedTop"; FlyoutPlacementMode[FlyoutPlacementMode["RightEdgeAlignedBottom"] = 12] = "RightEdgeAlignedBottom"; FlyoutPlacementMode[FlyoutPlacementMode["Auto"] = 13] = "Auto"; })(FlyoutPlacementMode || (FlyoutPlacementMode = {})); export var FlyoutShowMode; (function (FlyoutShowMode) { FlyoutShowMode[FlyoutShowMode["Auto"] = 0] = "Auto"; FlyoutShowMode[FlyoutShowMode["Standard"] = 1] = "Standard"; FlyoutShowMode[FlyoutShowMode["Transient"] = 2] = "Transient"; FlyoutShowMode[FlyoutShowMode["TransientWithDismissOnPointerMoveAway"] = 3] = "TransientWithDismissOnPointerMoveAway"; })(FlyoutShowMode || (FlyoutShowMode = {})); export var ContentDialogButton; (function (ContentDialogButton) { ContentDialogButton[ContentDialogButton["None"] = 0] = "None"; ContentDialogButton[ContentDialogButton["Primary"] = 1] = "Primary"; ContentDialogButton[ContentDialogButton["Secondary"] = 2] = "Secondary"; ContentDialogButton[ContentDialogButton["Close"] = 3] = "Close"; })(ContentDialogButton || (ContentDialogButton = {})); export var TextLineBounds; (function (TextLineBounds) { TextLineBounds[TextLineBounds["Full"] = 0] = "Full"; TextLineBounds[TextLineBounds["TrimToCapHeight"] = 1] = "TrimToCapHeight"; TextLineBounds[TextLineBounds["TrimToBaseline"] = 2] = "TrimToBaseline"; TextLineBounds[TextLineBounds["Tight"] = 3] = "Tight"; })(TextLineBounds || (TextLineBounds = {})); export var OpticalMarginAlignment; (function (OpticalMarginAlignment) { OpticalMarginAlignment[OpticalMarginAlignment["None"] = 0] = "None"; OpticalMarginAlignment[OpticalMarginAlignment["TrimSideBearings"] = 1] = "TrimSideBearings"; })(OpticalMarginAlignment || (OpticalMarginAlignment = {})); export var TextWrapping; (function (TextWrapping) { TextWrapping[TextWrapping["NoWrap"] = 1] = "NoWrap"; TextWrapping[TextWrapping["Wrap"] = 2] = "Wrap"; TextWrapping[TextWrapping["WrapWholeWords"] = 3] = "WrapWholeWords"; })(TextWrapping || (TextWrapping = {})); export var LineStackingStrategy; (function (LineStackingStrategy) { LineStackingStrategy[LineStackingStrategy["MaxHeight"] = 0] = "MaxHeight"; LineStackingStrategy[LineStackingStrategy["BlockLineHeight"] = 1] = "BlockLineHeight"; LineStackingStrategy[LineStackingStrategy["BaselineToBaseline"] = 2] = "BaselineToBaseline"; })(LineStackingStrategy || (LineStackingStrategy = {})); export var ListViewSelectionMode; (function (ListViewSelectionMode) { ListViewSelectionMode[ListViewSelectionMode["None"] = 0] = "None"; ListViewSelectionMode[ListViewSelectionMode["Single"] = 1] = "Single"; ListViewSelectionMode[ListViewSelectionMode["Multiple"] = 2] = "Multiple"; ListViewSelectionMode[ListViewSelectionMode["Extended"] = 3] = "Extended"; })(ListViewSelectionMode || (ListViewSelectionMode = {})); export var IncrementalLoadingTrigger; (function (IncrementalLoadingTrigger) { IncrementalLoadingTrigger[IncrementalLoadingTrigger["None"] = 0] = "None"; IncrementalLoadingTrigger[IncrementalLoadingTrigger["Edge"] = 1] = "Edge"; })(IncrementalLoadingTrigger || (IncrementalLoadingTrigger = {})); export var ListViewReorderMode; (function (ListViewReorderMode) { ListViewReorderMode[ListViewReorderMode["Disabled"] = 0] = "Disabled"; ListViewReorderMode[ListViewReorderMode["Enabled"] = 1] = "Enabled"; })(ListViewReorderMode || (ListViewReorderMode = {})); export var HandwritingPanelPlacementAlignment; (function (HandwritingPanelPlacementAlignment) { HandwritingPanelPlacementAlignment[HandwritingPanelPlacementAlignment["Auto"] = 0] = "Auto"; HandwritingPanelPlacementAlignment[HandwritingPanelPlacementAlignment["TopLeft"] = 1] = "TopLeft"; HandwritingPanelPlacementAlignment[HandwritingPanelPlacementAlignment["TopRight"] = 2] = "TopRight"; HandwritingPanelPlacementAlignment[HandwritingPanelPlacementAlignment["BottomLeft"] = 3] = "BottomLeft"; HandwritingPanelPlacementAlignment[HandwritingPanelPlacementAlignment["BottomRight"] = 4] = "BottomRight"; })(HandwritingPanelPlacementAlignment || (HandwritingPanelPlacementAlignment = {})); export var InkToolbarInitialControls; (function (InkToolbarInitialControls) { InkToolbarInitialControls[InkToolbarInitialControls["All"] = 0] = "All"; InkToolbarInitialControls[InkToolbarInitialControls["None"] = 1] = "None"; InkToolbarInitialControls[InkToolbarInitialControls["PensOnly"] = 2] = "PensOnly"; InkToolbarInitialControls[InkToolbarInitialControls["AllExceptPens"] = 3] = "AllExceptPens"; })(InkToolbarInitialControls || (InkToolbarInitialControls = {})); export var InkToolbarButtonFlyoutPlacement; (function (InkToolbarButtonFlyoutPlacement) { InkToolbarButtonFlyoutPlacement[InkToolbarButtonFlyoutPlacement["Auto"] = 0] = "Auto"; InkToolbarButtonFlyoutPlacement[InkToolbarButtonFlyoutPlacement["Top"] = 1] = "Top"; InkToolbarButtonFlyoutPlacement[InkToolbarButtonFlyoutPlacement["Bottom"] = 2] = "Bottom"; InkToolbarButtonFlyoutPlacement[InkToolbarButtonFlyoutPlacement["Left"] = 3] = "Left"; InkToolbarButtonFlyoutPlacement[InkToolbarButtonFlyoutPlacement["Right"] = 4] = "Right"; })(InkToolbarButtonFlyoutPlacement || (InkToolbarButtonFlyoutPlacement = {})); export var InkToolbarFlyoutItemKind; (function (InkToolbarFlyoutItemKind) { InkToolbarFlyoutItemKind[InkToolbarFlyoutItemKind["Simple"] = 0] = "Simple"; InkToolbarFlyoutItemKind[InkToolbarFlyoutItemKind["Radio"] = 1] = "Radio"; InkToolbarFlyoutItemKind[InkToolbarFlyoutItemKind["Check"] = 2] = "Check"; InkToolbarFlyoutItemKind[InkToolbarFlyoutItemKind["RadioCheck"] = 3] = "RadioCheck"; })(InkToolbarFlyoutItemKind || (InkToolbarFlyoutItemKind = {})); export var InkToolbarStencilKind; (function (InkToolbarStencilKind) { InkToolbarStencilKind[InkToolbarStencilKind["Ruler"] = 0] = "Ruler"; InkToolbarStencilKind[InkToolbarStencilKind["Protractor"] = 1] = "Protractor"; })(InkToolbarStencilKind || (InkToolbarStencilKind = {})); export var GroupHeaderPlacement; (function (GroupHeaderPlacement) { GroupHeaderPlacement[GroupHeaderPlacement["Top"] = 0] = "Top"; GroupHeaderPlacement[GroupHeaderPlacement["Left"] = 1] = "Left"; })(GroupHeaderPlacement || (GroupHeaderPlacement = {})); export var SelectionMode; (function (SelectionMode) { SelectionMode[SelectionMode["Single"] = 0] = "Single"; SelectionMode[SelectionMode["Multiple"] = 1] = "Multiple"; SelectionMode[SelectionMode["Extended"] = 2] = "Extended"; })(SelectionMode || (SelectionMode = {})); export var ListPickerFlyoutSelectionMode; (function (ListPickerFlyoutSelectionMode) { ListPickerFlyoutSelectionMode[ListPickerFlyoutSelectionMode["Single"] = 0] = "Single"; ListPickerFlyoutSelectionMode[ListPickerFlyoutSelectionMode["Multiple"] = 1] = "Multiple"; })(ListPickerFlyoutSelectionMode || (ListPickerFlyoutSelectionMode = {})); export var MapWatermarkMode; (function (MapWatermarkMode) { MapWatermarkMode[MapWatermarkMode["Automatic"] = 0] = "Automatic"; MapWatermarkMode[MapWatermarkMode["On"] = 1] = "On"; })(MapWatermarkMode || (MapWatermarkMode = {})); export var MapStyle; (function (MapStyle) { MapStyle[MapStyle["None"] = 0] = "None"; MapStyle[MapStyle["Road"] = 1] = "Road"; MapStyle[MapStyle["Aerial"] = 2] = "Aerial"; MapStyle[MapStyle["AerialWithRoads"] = 3] = "AerialWithRoads"; MapStyle[MapStyle["Terrain"] = 4] = "Terrain"; MapStyle[MapStyle["Aerial3D"] = 5] = "Aerial3D"; MapStyle[MapStyle["Aerial3DWithRoads"] = 6] = "Aerial3DWithRoads"; MapStyle[MapStyle["Custom"] = 7] = "Custom"; })(MapStyle || (MapStyle = {})); export var MapColorScheme; (function (MapColorScheme) { MapColorScheme[MapColorScheme["Light"] = 0] = "Light"; MapColorScheme[MapColorScheme["Dark"] = 1] = "Dark"; })(MapColorScheme || (MapColorScheme = {})); export var MapInteractionMode; (function (MapInteractionMode) { MapInteractionMode[MapInteractionMode["Auto"] = 0] = "Auto"; MapInteractionMode[MapInteractionMode["Disabled"] = 1] = "Disabled"; MapInteractionMode[MapInteractionMode["GestureOnly"] = 2] = "GestureOnly"; MapInteractionMode[MapInteractionMode["PointerAndKeyboard"] = 2] = "PointerAndKeyboard"; MapInteractionMode[MapInteractionMode["ControlOnly"] = 3] = "ControlOnly"; MapInteractionMode[MapInteractionMode["GestureAndControl"] = 4] = "GestureAndControl"; MapInteractionMode[MapInteractionMode["PointerKeyboardAndControl"] = 4] = "PointerKeyboardAndControl"; MapInteractionMode[MapInteractionMode["PointerOnly"] = 5] = "PointerOnly"; })(MapInteractionMode || (MapInteractionMode = {})); export var MapPanInteractionMode; (function (MapPanInteractionMode) { MapPanInteractionMode[MapPanInteractionMode["Auto"] = 0] = "Auto"; MapPanInteractionMode[MapPanInteractionMode["Disabled"] = 1] = "Disabled"; })(MapPanInteractionMode || (MapPanInteractionMode = {})); export var MapProjection; (function (MapProjection) { MapProjection[MapProjection["WebMercator"] = 0] = "WebMercator"; MapProjection[MapProjection["Globe"] = 1] = "Globe"; })(MapProjection || (MapProjection = {})); export var Stereo3DVideoRenderMode; (function (Stereo3DVideoRenderMode) { Stereo3DVideoRenderMode[Stereo3DVideoRenderMode["Mono"] = 0] = "Mono"; Stereo3DVideoRenderMode[Stereo3DVideoRenderMode["Stereo"] = 1] = "Stereo"; })(Stereo3DVideoRenderMode || (Stereo3DVideoRenderMode = {})); export var Stereo3DVideoPackingMode; (function (Stereo3DVideoPackingMode) { Stereo3DVideoPackingMode[Stereo3DVideoPackingMode["None"] = 0] = "None"; Stereo3DVideoPackingMode[Stereo3DVideoPackingMode["SideBySide"] = 1] = "SideBySide"; Stereo3DVideoPackingMode[Stereo3DVideoPackingMode["TopBottom"] = 2] = "TopBottom"; })(Stereo3DVideoPackingMode || (Stereo3DVideoPackingMode = {})); export var AudioDeviceType; (function (AudioDeviceType) { AudioDeviceType[AudioDeviceType["Console"] = 0] = "Console"; AudioDeviceType[AudioDeviceType["Multimedia"] = 1] = "Multimedia"; AudioDeviceType[AudioDeviceType["Communications"] = 2] = "Communications"; })(AudioDeviceType || (AudioDeviceType = {})); export var AudioCategory; (function (AudioCategory) { AudioCategory[AudioCategory["Other"] = 0] = "Other"; AudioCategory[AudioCategory["ForegroundOnlyMedia"] = 1] = "ForegroundOnlyMedia"; AudioCategory[AudioCategory["BackgroundCapableMedia"] = 2] = "BackgroundCapableMedia"; AudioCategory[AudioCategory["Communications"] = 3] = "Communications"; AudioCategory[AudioCategory["Alerts"] = 4] = "Alerts"; AudioCategory[AudioCategory["SoundEffects"] = 5] = "SoundEffects"; AudioCategory[AudioCategory["GameEffects"] = 6] = "GameEffects"; AudioCategory[AudioCategory["GameMedia"] = 7] = "GameMedia"; AudioCategory[AudioCategory["GameChat"] = 8] = "GameChat"; AudioCategory[AudioCategory["Speech"] = 9] = "Speech"; AudioCategory[AudioCategory["Movie"] = 10] = "Movie"; AudioCategory[AudioCategory["Media"] = 11] = "Media"; })(AudioCategory || (AudioCategory = {})); export var FastPlayFallbackBehaviour; (function (FastPlayFallbackBehaviour) { FastPlayFallbackBehaviour[FastPlayFallbackBehaviour["Skip"] = 0] = "Skip"; FastPlayFallbackBehaviour[FastPlayFallbackBehaviour["Hide"] = 1] = "Hide"; FastPlayFallbackBehaviour[FastPlayFallbackBehaviour["Disable"] = 2] = "Disable"; })(FastPlayFallbackBehaviour || (FastPlayFallbackBehaviour = {})); export var NavigationViewBackButtonVisible; (function (NavigationViewBackButtonVisible) { NavigationViewBackButtonVisible[NavigationViewBackButtonVisible["Collapsed"] = 0] = "Collapsed"; NavigationViewBackButtonVisible[NavigationViewBackButtonVisible["Visible"] = 1] = "Visible"; NavigationViewBackButtonVisible[NavigationViewBackButtonVisible["Auto"] = 2] = "Auto"; })(NavigationViewBackButtonVisible || (NavigationViewBackButtonVisible = {})); export var NavigationViewShoulderNavigationEnabled; (function (NavigationViewShoulderNavigationEnabled) { NavigationViewShoulderNavigationEnabled[NavigationViewShoulderNavigationEnabled["WhenSelectionFollowsFocus"] = 0] = "WhenSelectionFollowsFocus"; NavigationViewShoulderNavigationEnabled[NavigationViewShoulderNavigationEnabled["Always"] = 1] = "Always"; NavigationViewShoulderNavigationEnabled[NavigationViewShoulderNavigationEnabled["Never"] = 2] = "Never"; })(NavigationViewShoulderNavigationEnabled || (NavigationViewShoulderNavigationEnabled = {})); export var NavigationViewSelectionFollowsFocus; (function (NavigationViewSelectionFollowsFocus) { NavigationViewSelectionFollowsFocus[NavigationViewSelectionFollowsFocus["Disabled"] = 0] = "Disabled"; NavigationViewSelectionFollowsFocus[NavigationViewSelectionFollowsFocus["Enabled"] = 1] = "Enabled"; })(NavigationViewSelectionFollowsFocus || (NavigationViewSelectionFollowsFocus = {})); export var NavigationViewPaneDisplayMode; (function (NavigationViewPaneDisplayMode) { NavigationViewPaneDisplayMode[NavigationViewPaneDisplayMode["Auto"] = 0] = "Auto"; NavigationViewPaneDisplayMode[NavigationViewPaneDisplayMode["Left"] = 1] = "Left"; NavigationViewPaneDisplayMode[NavigationViewPaneDisplayMode["Top"] = 2] = "Top"; NavigationViewPaneDisplayMode[NavigationViewPaneDisplayMode["LeftCompact"] = 3] = "LeftCompact"; NavigationViewPaneDisplayMode[NavigationViewPaneDisplayMode["LeftMinimal"] = 4] = "LeftMinimal"; })(NavigationViewPaneDisplayMode || (NavigationViewPaneDisplayMode = {})); export var NavigationViewOverflowLabelMode; (function (NavigationViewOverflowLabelMode) { NavigationViewOverflowLabelMode[NavigationViewOverflowLabelMode["MoreLabel"] = 0] = "MoreLabel"; NavigationViewOverflowLabelMode[NavigationViewOverflowLabelMode["NoLabel"] = 1] = "NoLabel"; })(NavigationViewOverflowLabelMode || (NavigationViewOverflowLabelMode = {})); export var ParallaxSourceOffsetKind; (function (ParallaxSourceOffsetKind) { ParallaxSourceOffsetKind[ParallaxSourceOffsetKind["Absolute"] = 0] = "Absolute"; ParallaxSourceOffsetKind[ParallaxSourceOffsetKind["Relative"] = 1] = "Relative"; })(ParallaxSourceOffsetKind || (ParallaxSourceOffsetKind = {})); export var PasswordRevealMode; (function (PasswordRevealMode) { PasswordRevealMode[PasswordRevealMode["Peek"] = 0] = "Peek"; PasswordRevealMode[PasswordRevealMode["Hidden"] = 1] = "Hidden"; PasswordRevealMode[PasswordRevealMode["Visible"] = 2] = "Visible"; })(PasswordRevealMode || (PasswordRevealMode = {})); export var PivotHeaderFocusVisualPlacement; (function (PivotHeaderFocusVisualPlacement) { PivotHeaderFocusVisualPlacement[PivotHeaderFocusVisualPlacement["ItemHeaders"] = 0] = "ItemHeaders"; PivotHeaderFocusVisualPlacement[PivotHeaderFocusVisualPlacement["SelectedItemHeader"] = 1] = "SelectedItemHeader"; })(PivotHeaderFocusVisualPlacement || (PivotHeaderFocusVisualPlacement = {})); export var TickPlacement; (function (TickPlacement) { TickPlacement[TickPlacement["None"] = 0] = "None"; TickPlacement[TickPlacement["TopLeft"] = 1] = "TopLeft"; TickPlacement[TickPlacement["BottomRight"] = 2] = "BottomRight"; TickPlacement[TickPlacement["Outside"] = 3] = "Outside"; TickPlacement[TickPlacement["Inline"] = 4] = "Inline"; })(TickPlacement || (TickPlacement = {})); export var SliderSnapsTo; (function (SliderSnapsTo) { SliderSnapsTo[SliderSnapsTo["StepValues"] = 0] = "StepValues"; SliderSnapsTo[SliderSnapsTo["Ticks"] = 1] = "Ticks"; })(SliderSnapsTo || (SliderSnapsTo = {})); export var ColorPickerHsvChannel; (function (ColorPickerHsvChannel) { ColorPickerHsvChannel[ColorPickerHsvChannel["Hue"] = 0] = "Hue"; ColorPickerHsvChannel[ColorPickerHsvChannel["Saturation"] = 1] = "Saturation"; ColorPickerHsvChannel[ColorPickerHsvChannel["Value"] = 2] = "Value"; ColorPickerHsvChannel[ColorPickerHsvChannel["Alpha"] = 3] = "Alpha"; })(ColorPickerHsvChannel || (ColorPickerHsvChannel = {})); export var ListViewItemPresenterCheckMode; (function (ListViewItemPresenterCheckMode) { ListViewItemPresenterCheckMode[ListViewItemPresenterCheckMode["Inline"] = 0] = "Inline"; ListViewItemPresenterCheckMode[ListViewItemPresenterCheckMode["Overlay"] = 1] = "Overlay"; })(ListViewItemPresenterCheckMode || (ListViewItemPresenterCheckMode = {})); export var ScrollingIndicatorMode; (function (ScrollingIndicatorMode) { ScrollingIndicatorMode[ScrollingIndicatorMode["None"] = 0] = "None"; ScrollingIndicatorMode[ScrollingIndicatorMode["TouchIndicator"] = 1] = "TouchIndicator"; ScrollingIndicatorMode[ScrollingIndicatorMode["MouseIndicator"] = 2] = "MouseIndicator"; })(ScrollingIndicatorMode || (ScrollingIndicatorMode = {})); export var RefreshPullDirection; (function (RefreshPullDirection) { RefreshPullDirection[RefreshPullDirection["LeftToRight"] = 0] = "LeftToRight"; RefreshPullDirection[RefreshPullDirection["TopToBottom"] = 1] = "TopToBottom"; RefreshPullDirection[RefreshPullDirection["RightToLeft"] = 2] = "RightToLeft"; RefreshPullDirection[RefreshPullDirection["BottomToTop"] = 3] = "BottomToTop"; })(RefreshPullDirection || (RefreshPullDirection = {})); export var RefreshVisualizerOrientation; (function (RefreshVisualizerOrientation) { RefreshVisualizerOrientation[RefreshVisualizerOrientation["Auto"] = 0] = "Auto"; RefreshVisualizerOrientation[RefreshVisualizerOrientation["Normal"] = 1] = "Normal"; RefreshVisualizerOrientation[RefreshVisualizerOrientation["Rotate90DegreesCounterclockwise"] = 2] = "Rotate90DegreesCounterclockwise"; RefreshVisualizerOrientation[RefreshVisualizerOrientation["Rotate270DegreesCounterclockwise"] = 3] = "Rotate270DegreesCounterclockwise"; })(RefreshVisualizerOrientation || (RefreshVisualizerOrientation = {})); export var TextAlignment; (function (TextAlignment) { TextAlignment[TextAlignment["Center"] = 0] = "Center"; TextAlignment[TextAlignment["Left"] = 1] = "Left"; TextAlignment[TextAlignment["Start"] = 1] = "Start"; TextAlignment[TextAlignment["Right"] = 2] = "Right"; TextAlignment[TextAlignment["End"] = 2] = "End"; TextAlignment[TextAlignment["Justify"] = 3] = "Justify"; TextAlignment[TextAlignment["DetectFromContent"] = 4] = "DetectFromContent"; })(TextAlignment || (TextAlignment = {})); export var CandidateWindowAlignment; (function (CandidateWindowAlignment) { CandidateWindowAlignment[CandidateWindowAlignment["Default"] = 0] = "Default"; CandidateWindowAlignment[CandidateWindowAlignment["BottomEdge"] = 1] = "BottomEdge"; })(CandidateWindowAlignment || (CandidateWindowAlignment = {})); export var RichEditClipboardFormat; (function (RichEditClipboardFormat) { RichEditClipboardFormat[RichEditClipboardFormat["AllFormats"] = 0] = "AllFormats"; RichEditClipboardFormat[RichEditClipboardFormat["PlainText"] = 1] = "PlainText"; })(RichEditClipboardFormat || (RichEditClipboardFormat = {})); export var DisabledFormattingAccelerators; (function (DisabledFormattingAccelerators) { DisabledFormattingAccelerators[DisabledFormattingAccelerators["None"] = 0] = "None"; DisabledFormattingAccelerators[DisabledFormattingAccelerators["Bold"] = 1] = "Bold"; DisabledFormattingAccelerators[DisabledFormattingAccelerators["Italic"] = 2] = "Italic"; DisabledFormattingAccelerators[DisabledFormattingAccelerators["Underline"] = 4] = "Underline"; DisabledFormattingAccelerators[DisabledFormattingAccelerators["All"] = -1] = "All"; })(DisabledFormattingAccelerators || (DisabledFormattingAccelerators = {})); export var CharacterCasing; (function (CharacterCasing) { CharacterCasing[CharacterCasing["Normal"] = 0] = "Normal"; CharacterCasing[CharacterCasing["Lower"] = 1] = "Lower"; CharacterCasing[CharacterCasing["Upper"] = 2] = "Upper"; })(CharacterCasing || (CharacterCasing = {})); export var TextTrimming; (function (TextTrimming) { TextTrimming[TextTrimming["None"] = 0] = "None"; TextTrimming[TextTrimming["CharacterEllipsis"] = 1] = "CharacterEllipsis"; TextTrimming[TextTrimming["WordEllipsis"] = 2] = "WordEllipsis"; TextTrimming[TextTrimming["Clip"] = 3] = "Clip"; })(TextTrimming || (TextTrimming = {})); export var TextDecorations; (function (TextDecorations) { TextDecorations[TextDecorations["None"] = 0] = "None"; TextDecorations[TextDecorations["Underline"] = 1] = "Underline"; TextDecorations[TextDecorations["Strikethrough"] = 2] = "Strikethrough"; })(TextDecorations || (TextDecorations = {})); export var SnapPointsType; (function (SnapPointsType) { SnapPointsType[SnapPointsType["None"] = 0] = "None"; SnapPointsType[SnapPointsType["Optional"] = 1] = "Optional"; SnapPointsType[SnapPointsType["Mandatory"] = 2] = "Mandatory"; SnapPointsType[SnapPointsType["OptionalSingle"] = 3] = "OptionalSingle"; SnapPointsType[SnapPointsType["MandatorySingle"] = 4] = "MandatorySingle"; })(SnapPointsType || (SnapPointsType = {})); export var SnapPointsAlignment; (function (SnapPointsAlignment) { SnapPointsAlignment[SnapPointsAlignment["Near"] = 0] = "Near"; SnapPointsAlignment[SnapPointsAlignment["Center"] = 1] = "Center"; SnapPointsAlignment[SnapPointsAlignment["Far"] = 2] = "Far"; })(SnapPointsAlignment || (SnapPointsAlignment = {})); export var ScrollMode; (function (ScrollMode) { ScrollMode[ScrollMode["Disabled"] = 0] = "Disabled"; ScrollMode[ScrollMode["Enabled"] = 1] = "Enabled"; ScrollMode[ScrollMode["Auto"] = 2] = "Auto"; })(ScrollMode || (ScrollMode = {})); export var ScrollBarVisibility; (function (ScrollBarVisibility) { ScrollBarVisibility[ScrollBarVisibility["Disabled"] = 0] = "Disabled"; ScrollBarVisibility[ScrollBarVisibility["Auto"] = 1] = "Auto"; ScrollBarVisibility[ScrollBarVisibility["Hidden"] = 2] = "Hidden"; ScrollBarVisibility[ScrollBarVisibility["Visible"] = 3] = "Visible"; })(ScrollBarVisibility || (ScrollBarVisibility = {})); export var ZoomMode; (function (ZoomMode) { ZoomMode[ZoomMode["Disabled"] = 0] = "Disabled"; ZoomMode[ZoomMode["Enabled"] = 1] = "Enabled"; })(ZoomMode || (ZoomMode = {})); export var SplitViewPanePlacement; (function (SplitViewPanePlacement) { SplitViewPanePlacement[SplitViewPanePlacement["Left"] = 0] = "Left"; SplitViewPanePlacement[SplitViewPanePlacement["Right"] = 1] = "Right"; })(SplitViewPanePlacement || (SplitViewPanePlacement = {})); export var SplitViewDisplayMode; (function (SplitViewDisplayMode) { SplitViewDisplayMode[SplitViewDisplayMode["Overlay"] = 0] = "Overlay"; SplitViewDisplayMode[SplitViewDisplayMode["Inline"] = 1] = "Inline"; SplitViewDisplayMode[SplitViewDisplayMode["CompactOverlay"] = 2] = "CompactOverlay"; SplitViewDisplayMode[SplitViewDisplayMode["CompactInline"] = 3] = "CompactInline"; })(SplitViewDisplayMode || (SplitViewDisplayMode = {})); export var Symbol; (function (Symbol) { Symbol[Symbol["Previous"] = 57600] = "Previous"; Symbol[Symbol["Next"] = 57601] = "Next"; Symbol[Symbol["Play"] = 57602] = "Play"; Symbol[Symbol["Pause"] = 57603] = "Pause"; Symbol[Symbol["Edit"] = 57604] = "Edit"; Symbol[Symbol["Save"] = 57605] = "Save"; Symbol[Symbol["Clear"] = 57606] = "Clear"; Symbol[Symbol["Delete"] = 57607] = "Delete"; Symbol[Symbol["Remove"] = 57608] = "Remove"; Symbol[Symbol["Add"] = 57609] = "Add"; Symbol[Symbol["Cancel"] = 57610] = "Cancel"; Symbol[Symbol["Accept"] = 57611] = "Accept"; Symbol[Symbol["More"] = 57612] = "More"; Symbol[Symbol["Redo"] = 57613] = "Redo"; Symbol[Symbol["Undo"] = 57614] = "Undo"; Symbol[Symbol["Home"] = 57615] = "Home"; Symbol[Symbol["Up"] = 57616] = "Up"; Symbol[Symbol["Forward"] = 57617] = "Forward"; Symbol[Symbol["Back"] = 57618] = "Back"; Symbol[Symbol["Favorite"] = 57619] = "Favorite"; Symbol[Symbol["Camera"] = 57620] = "Camera"; Symbol[Symbol["Setting"] = 57621] = "Setting"; Symbol[Symbol["Video"] = 57622] = "Video"; Symbol[Symbol["Sync"] = 57623] = "Sync"; Symbol[Symbol["Download"] = 57624] = "Download"; Symbol[Symbol["Mail"] = 57625] = "Mail"; Symbol[Symbol["Find"] = 57626] = "Find"; Symbol[Symbol["Help"] = 57627] = "Help"; Symbol[Symbol["Upload"] = 57628] = "Upload"; Symbol[Symbol["Emoji"] = 57629] = "Emoji"; Symbol[Symbol["TwoPage"] = 57630] = "TwoPage"; Symbol[Symbol["LeaveChat"] = 57631] = "LeaveChat"; Symbol[Symbol["MailForward"] = 57632] = "MailForward"; Symbol[Symbol["Clock"] = 57633] = "Clock"; Symbol[Symbol["Send"] = 57634] = "Send"; Symbol[Symbol["Crop"] = 57635] = "Crop"; Symbol[Symbol["RotateCamera"] = 57636] = "RotateCamera"; Symbol[Symbol["People"] = 57637] = "People"; Symbol[Symbol["OpenPane"] = 57638] = "OpenPane"; Symbol[Symbol["ClosePane"] = 57639] = "ClosePane"; Symbol[Symbol["World"] = 57640] = "World"; Symbol[Symbol["Flag"] = 57641] = "Flag"; Symbol[Symbol["PreviewLink"] = 57642] = "PreviewLink"; Symbol[Symbol["Globe"] = 57643] = "Globe"; Symbol[Symbol["Trim"] = 57644] = "Trim"; Symbol[Symbol["AttachCamera"] = 57645] = "AttachCamera"; Symbol[Symbol["ZoomIn"] = 57646] = "ZoomIn"; Symbol[Symbol["Bookmarks"] = 57647] = "Bookmarks"; Symbol[Symbol["Document"] = 57648] = "Document"; Symbol[Symbol["ProtectedDocument"] = 57649] = "ProtectedDocument"; Symbol[Symbol["Page"] = 57650] = "Page"; Symbol[Symbol["Bullets"] = 57651] = "Bullets"; Symbol[Symbol["Comment"] = 57652] = "Comment"; Symbol[Symbol["MailFilled"] = 57653] = "MailFilled"; Symbol[Symbol["ContactInfo"] = 57654] = "ContactInfo"; Symbol[Symbol["HangUp"] = 57655] = "HangUp"; Symbol[Symbol["ViewAll"] = 57656] = "ViewAll"; Symbol[Symbol["MapPin"] = 57657] = "MapPin"; Symbol[Symbol["Phone"] = 57658] = "Phone"; Symbol[Symbol["VideoChat"] = 57659] = "VideoChat"; Symbol[Symbol["Switch"] = 57660] = "Switch"; Symbol[Symbol["Contact"] = 57661] = "Contact"; Symbol[Symbol["Rename"] = 57662] = "Rename"; Symbol[Symbol["Pin"] = 57665] = "Pin"; Symbol[Symbol["MusicInfo"] = 57666] = "MusicInfo"; Symbol[Symbol["Go"] = 57667] = "Go"; Symbol[Symbol["Keyboard"] = 57668] = "Keyboard"; Symbol[Symbol["DockLeft"] = 57669] = "DockLeft"; Symbol[Symbol["DockRight"] = 57670] = "DockRight"; Symbol[Symbol["DockBottom"] = 57671] = "DockBottom"; Symbol[Symbol["Remote"] = 57672] = "Remote"; Symbol[Symbol["Refresh"] = 57673] = "Refresh"; Symbol[Symbol["Rotate"] = 57674] = "Rotate"; Symbol[Symbol["Shuffle"] = 57675] = "Shuffle"; Symbol[Symbol["List"] = 57676] = "List"; Symbol[Symbol["Shop"] = 57677] = "Shop"; Symbol[Symbol["SelectAll"] = 57678] = "SelectAll"; Symbol[Symbol["Orientation"] = 57679] = "Orientation"; Symbol[Symbol["Import"] = 57680] = "Import"; Symbol[Symbol["ImportAll"] = 57681] = "ImportAll"; Symbol[Symbol["BrowsePhotos"] = 57685] = "BrowsePhotos"; Symbol[Symbol["WebCam"] = 57686] = "WebCam"; Symbol[Symbol["Pictures"] = 57688] = "Pictures"; Symbol[Symbol["SaveLocal"] = 57689] = "SaveLocal"; Symbol[Symbol["Caption"] = 57690] = "Caption"; Symbol[Symbol["Stop"] = 57691] = "Stop"; Symbol[Symbol["ShowResults"] = 57692] = "ShowResults"; Symbol[Symbol["Volume"] = 57693] = "Volume"; Symbol[Symbol["Repair"] = 57694] = "Repair"; Symbol[Symbol["Message"] = 57695] = "Message"; Symbol[Symbol["Page2"] = 57696] = "Page2"; Symbol[Symbol["CalendarDay"] = 57697] = "CalendarDay"; Symbol[Symbol["CalendarWeek"] = 57698] = "CalendarWeek"; Symbol[Symbol["Calendar"] = 57699] = "Calendar"; Symbol[Symbol["Character"] = 57700] = "Character"; Symbol[Symbol["MailReplyAll"] = 57701] = "MailReplyAll"; Symbol[Symbol["Read"] = 57702] = "Read"; Symbol[Symbol["Link"] = 57703] = "Link"; Symbol[Symbol["Account"] = 57704] = "Account"; Symbol[Symbol["ShowBcc"] = 57705] = "ShowBcc"; Symbol[Symbol["HideBcc"] = 57706] = "HideBcc"; Symbol[Symbol["Cut"] = 57707] = "Cut"; Symbol[Symbol["Attach"] = 57708] = "Attach"; Symbol[Symbol["Paste"] = 57709] = "Paste"; Symbol[Symbol["Filter"] = 57710] = "Filter"; Symbol[Symbol["Copy"] = 57711] = "Copy"; Symbol[Symbol["Emoji2"] = 57712] = "Emoji2"; Symbol[Symbol["Important"] = 57713] = "Important"; Symbol[Symbol["MailReply"] = 57714] = "MailReply"; Symbol[Symbol["SlideShow"] = 57715] = "SlideShow"; Symbol[Symbol["Sort"] = 57716] = "Sort"; Symbol[Symbol["Manage"] = 57720] = "Manage"; Symbol[Symbol["AllApps"] = 57721] = "AllApps"; Symbol[Symbol["DisconnectDrive"] = 57722] = "DisconnectDrive"; Symbol[Symbol["MapDrive"] = 57723] = "MapDrive"; Symbol[Symbol["NewWindow"] = 57724] = "NewWindow"; Symbol[Symbol["OpenWith"] = 57725] = "OpenWith"; Symbol[Symbol["ContactPresence"] = 57729] = "ContactPresence"; Symbol[Symbol["Priority"] = 57730] = "Priority"; Symbol[Symbol["GoToToday"] = 57732] = "GoToToday"; Symbol[Symbol["Font"] = 57733] = "Font"; Symbol[Symbol["FontColor"] = 57734] = "FontColor"; Symbol[Symbol["Contact2"] = 57735] = "Contact2"; Symbol[Symbol["Folder"] = 57736] = "Folder"; Symbol[Symbol["Audio"] = 57737] = "Audio"; Symbol[Symbol["Placeholder"] = 57738] = "Placeholder"; Symbol[Symbol["View"] = 57739] = "View"; Symbol[Symbol["SetLockScreen"] = 57740] = "SetLockScreen"; Symbol[Symbol["SetTile"] = 57741] = "SetTile"; Symbol[Symbol["ClosedCaption"] = 57744] = "ClosedCaption"; Symbol[Symbol["StopSlideShow"] = 57745] = "StopSlideShow"; Symbol[Symbol["Permissions"] = 57746] = "Permissions"; Symbol[Symbol["Highlight"] = 57747] = "Highlight"; Symbol[Symbol["DisableUpdates"] = 57748] = "DisableUpdates"; Symbol[Symbol["UnFavorite"] = 57749] = "UnFavorite"; Symbol[Symbol["UnPin"] = 57750] = "UnPin"; Symbol[Symbol["OpenLocal"] = 57751] = "OpenLocal"; Symbol[Symbol["Mute"] = 57752] = "Mute"; Symbol[Symbol["Italic"] = 57753] = "Italic"; Symbol[Symbol["Underline"] = 57754] = "Underline"; Symbol[Symbol["Bold"] = 57755] = "Bold"; Symbol[Symbol["MoveToFolder"] = 57756] = "MoveToFolder"; Symbol[Symbol["LikeDislike"] = 57757] = "LikeDislike"; Symbol[Symbol["Dislike"] = 57758] = "Dislike"; Symbol[Symbol["Like"] = 57759] = "Like"; Symbol[Symbol["AlignRight"] = 57760] = "AlignRight"; Symbol[Symbol["AlignCenter"] = 57761] = "AlignCenter"; Symbol[Symbol["AlignLeft"] = 57762] = "AlignLeft"; Symbol[Symbol["Zoom"] = 57763] = "Zoom"; Symbol[Symbol["ZoomOut"] = 57764] = "ZoomOut"; Symbol[Symbol["OpenFile"] = 57765] = "OpenFile"; Symbol[Symbol["OtherUser"] = 57766] = "OtherUser"; Symbol[Symbol["Admin"] = 57767] = "Admin"; Symbol[Symbol["Street"] = 57795] = "Street"; Symbol[Symbol["Map"] = 57796] = "Map"; Symbol[Symbol["ClearSelection"] = 57797] = "ClearSelection"; Symbol[Symbol["FontDecrease"] = 57798] = "FontDecrease"; Symbol[Symbol["FontIncrease"] = 57799] = "FontIncrease"; Symbol[Symbol["FontSize"] = 57800] = "FontSize"; Symbol[Symbol["CellPhone"] = 57801] = "CellPhone"; Symbol[Symbol["ReShare"] = 57802] = "ReShare"; Symbol[Symbol["Tag"] = 57803] = "Tag"; Symbol[Symbol["RepeatOne"] = 57804] = "RepeatOne"; Symbol[Symbol["RepeatAll"] = 57805] = "RepeatAll"; Symbol[Symbol["OutlineStar"] = 57806] = "OutlineStar"; Symbol[Symbol["SolidStar"] = 57807] = "SolidStar"; Symbol[Symbol["Calculator"] = 57808] = "Calculator"; Symbol[Symbol["Directions"] = 57809] = "Directions"; Symbol[Symbol["Target"] = 57810] = "Target"; Symbol[Symbol["Library"] = 57811] = "Library"; Symbol[Symbol["PhoneBook"] = 57812] = "PhoneBook"; Symbol[Symbol["Memo"] = 57813] = "Memo"; Symbol[Symbol["Microphone"] = 57814] = "Microphone"; Symbol[Symbol["PostUpdate"] = 57815] = "PostUpdate"; Symbol[Symbol["BackToWindow"] = 57816] = "BackToWindow"; Symbol[Symbol["FullScreen"] = 57817] = "FullScreen"; Symbol[Symbol["NewFolder"] = 57818] = "NewFolder"; Symbol[Symbol["CalendarReply"] = 57819] = "CalendarReply"; Symbol[Symbol["UnSyncFolder"] = 57821] = "UnSyncFolder"; Symbol[Symbol["ReportHacked"] = 57822] = "ReportHacked"; Symbol[Symbol["SyncFolder"] = 57823] = "SyncFolder"; Symbol[Symbol["BlockContact"] = 57824] = "BlockContact"; Symbol[Symbol["SwitchApps"] = 57825] = "SwitchApps"; Symbol[Symbol["AddFriend"] = 57826] = "AddFriend"; Symbol[Symbol["TouchPointer"] = 57827] = "TouchPointer"; Symbol[Symbol["GoToStart"] = 57828] = "GoToStart"; Symbol[Symbol["ZeroBars"] = 57829] = "ZeroBars"; Symbol[Symbol["OneBar"] = 57830] = "OneBar"; Symbol[Symbol["TwoBars"] = 57831] = "TwoBars"; Symbol[Symbol["ThreeBars"] = 57832] = "ThreeBars"; Symbol[Symbol["FourBars"] = 57833] = "FourBars"; Symbol[Symbol["Scan"] = 58004] = "Scan"; Symbol[Symbol["Preview"] = 58005] = "Preview"; Symbol[Symbol["GlobalNavigationButton"] = 59136] = "GlobalNavigationButton"; Symbol[Symbol["Share"] = 59181] = "Share"; Symbol[Symbol["Print"] = 59209] = "Print"; Symbol[Symbol["XboxOneConsole"] = 59792] = "XboxOneConsole"; })(Symbol || (Symbol = {})); export var PlacementMode; (function (PlacementMode) { PlacementMode[PlacementMode["Bottom"] = 2] = "Bottom"; PlacementMode[PlacementMode["Left"] = 9] = "Left"; PlacementMode[PlacementMode["Mouse"] = 7] = "Mouse"; PlacementMode[PlacementMode["Right"] = 4] = "Right"; PlacementMode[PlacementMode["Top"] = 10] = "Top"; })(PlacementMode || (PlacementMode = {})); export var TreeViewSelectionMode; (function (TreeViewSelectionMode) { TreeViewSelectionMode[TreeViewSelectionMode["None"] = 0] = "None"; TreeViewSelectionMode[TreeViewSelectionMode["Single"] = 1] = "Single"; TreeViewSelectionMode[TreeViewSelectionMode["Multiple"] = 2] = "Multiple"; })(TreeViewSelectionMode || (TreeViewSelectionMode = {})); export var TwoPaneViewWideModeConfiguration; (function (TwoPaneViewWideModeConfiguration) { TwoPaneViewWideModeConfiguration[TwoPaneViewWideModeConfiguration["SinglePane"] = 0] = "SinglePane"; TwoPaneViewWideModeConfiguration[TwoPaneViewWideModeConfiguration["LeftRight"] = 1] = "LeftRight"; TwoPaneViewWideModeConfiguration[TwoPaneViewWideModeConfiguration["RightLeft"] = 2] = "RightLeft"; })(TwoPaneViewWideModeConfiguration || (TwoPaneViewWideModeConfiguration = {})); export var TwoPaneViewTallModeConfiguration; (function (TwoPaneViewTallModeConfiguration) { TwoPaneViewTallModeConfiguration[TwoPaneViewTallModeConfiguration["SinglePane"] = 0] = "SinglePane"; TwoPaneViewTallModeConfiguration[TwoPaneViewTallModeConfiguration["TopBottom"] = 1] = "TopBottom"; TwoPaneViewTallModeConfiguration[TwoPaneViewTallModeConfiguration["BottomTop"] = 2] = "BottomTop"; })(TwoPaneViewTallModeConfiguration || (TwoPaneViewTallModeConfiguration = {})); export var TwoPaneViewPriority; (function (TwoPaneViewPriority) { TwoPaneViewPriority[TwoPaneViewPriority["Pane1"] = 0] = "Pane1"; TwoPaneViewPriority[TwoPaneViewPriority["Pane2"] = 1] = "Pane2"; })(TwoPaneViewPriority || (TwoPaneViewPriority = {})); export var StretchDirection; (function (StretchDirection) { StretchDirection[StretchDirection["UpOnly"] = 0] = "UpOnly"; StretchDirection[StretchDirection["DownOnly"] = 1] = "DownOnly"; StretchDirection[StretchDirection["Both"] = 2] = "Both"; })(StretchDirection || (StretchDirection = {})); export var CoreCursorType; (function (CoreCursorType) { CoreCursorType[CoreCursorType["Arrow"] = 0] = "Arrow"; CoreCursorType[CoreCursorType["Cross"] = 1] = "Cross"; CoreCursorType[CoreCursorType["Custom"