@nodert-win10-20h1/windows.ui.xaml.controls
Version:
Use the Windows.UI.Xaml.Controls UWP API directly from Node.js
1,708 lines (1,504 loc) • 1.88 MB
JavaScript
Thickness = (function () {
var cls = function Thickness() {
};
return cls;
}) ();
exports.Thickness = Thickness;
FontWeight = (function () {
var cls = function FontWeight() {
this.weight = new Number();
};
return cls;
}) ();
exports.FontWeight = FontWeight;
CornerRadius = (function () {
var cls = function CornerRadius() {
};
return cls;
}) ();
exports.CornerRadius = CornerRadius;
Point = (function () {
var cls = function Point() {
};
return cls;
}) ();
exports.Point = Point;
Size = (function () {
var cls = function Size() {
};
return cls;
}) ();
exports.Size = Size;
Vector3 = (function () {
var cls = function Vector3() {
this.x = new Number();
this.y = new Number();
this.z = new Number();
};
return cls;
}) ();
exports.Vector3 = Vector3;
Vector2 = (function () {
var cls = function Vector2() {
this.x = new Number();
this.y = new Number();
};
return cls;
}) ();
exports.Vector2 = Vector2;
Matrix4x4 = (function () {
var cls = function Matrix4x4() {
this.m11 = new Number();
this.m12 = new Number();
this.m13 = new Number();
this.m14 = new Number();
this.m21 = new Number();
this.m22 = new Number();
this.m23 = new Number();
this.m24 = new Number();
this.m31 = new Number();
this.m32 = new Number();
this.m33 = new Number();
this.m34 = new Number();
this.m41 = new Number();
this.m42 = new Number();
this.m43 = new Number();
this.m44 = new Number();
};
return cls;
}) ();
exports.Matrix4x4 = Matrix4x4;
Color = (function () {
var cls = function Color() {
};
return cls;
}) ();
exports.Color = Color;
Rect = (function () {
var cls = function Rect() {
};
return cls;
}) ();
exports.Rect = Rect;
GridLength = (function () {
var cls = function GridLength() {
};
return cls;
}) ();
exports.GridLength = GridLength;
TextRange = (function () {
var cls = function TextRange() {
this.startIndex = new Number();
this.length = new Number();
};
return cls;
}) ();
exports.TextRange = TextRange;
LoadMoreItemsResult = (function () {
var cls = function LoadMoreItemsResult() {
this.count = new Number();
};
return cls;
}) ();
exports.LoadMoreItemsResult = LoadMoreItemsResult;
GeneratorPosition = (function () {
var cls = function GeneratorPosition() {
};
return cls;
}) ();
exports.GeneratorPosition = GeneratorPosition;
Duration = (function () {
var cls = function Duration() {
};
return cls;
}) ();
exports.Duration = Duration;
_AppBarClosedDisplayMode = function () {
this.compact = 0;
this.minimal = 1;
this.hidden = 2;
}
exports.AppBarClosedDisplayMode = new _AppBarClosedDisplayMode();
_AutoSuggestionBoxTextChangeReason = function () {
this.userInput = 0;
this.programmaticChange = 1;
this.suggestionChosen = 2;
}
exports.AutoSuggestionBoxTextChangeReason = new _AutoSuggestionBoxTextChangeReason();
_BackgroundSizing = function () {
this.innerBorderEdge = 0;
this.outerBorderEdge = 1;
}
exports.BackgroundSizing = new _BackgroundSizing();
_CalendarViewDisplayMode = function () {
this.month = 0;
this.year = 1;
this.decade = 2;
}
exports.CalendarViewDisplayMode = new _CalendarViewDisplayMode();
_CalendarViewSelectionMode = function () {
this.none = 0;
this.single = 1;
this.multiple = 2;
}
exports.CalendarViewSelectionMode = new _CalendarViewSelectionMode();
_CandidateWindowAlignment = function () {
this.default = 0;
this.bottomEdge = 1;
}
exports.CandidateWindowAlignment = new _CandidateWindowAlignment();
_CharacterCasing = function () {
this.normal = 0;
this.lower = 1;
this.upper = 2;
}
exports.CharacterCasing = new _CharacterCasing();
_ClickMode = function () {
this.release = 0;
this.press = 1;
this.hover = 2;
}
exports.ClickMode = new _ClickMode();
_ColorPickerHsvChannel = function () {
this.hue = 0;
this.saturation = 1;
this.value = 2;
this.alpha = 3;
}
exports.ColorPickerHsvChannel = new _ColorPickerHsvChannel();
_ColorSpectrumComponents = function () {
this.hueValue = 0;
this.valueHue = 1;
this.hueSaturation = 2;
this.saturationHue = 3;
this.saturationValue = 4;
this.valueSaturation = 5;
}
exports.ColorSpectrumComponents = new _ColorSpectrumComponents();
_ColorSpectrumShape = function () {
this.box = 0;
this.ring = 1;
}
exports.ColorSpectrumShape = new _ColorSpectrumShape();
_ComboBoxSelectionChangedTrigger = function () {
this.committed = 0;
this.always = 1;
}
exports.ComboBoxSelectionChangedTrigger = new _ComboBoxSelectionChangedTrigger();
_CommandBarDefaultLabelPosition = function () {
this.bottom = 0;
this.right = 1;
this.collapsed = 2;
}
exports.CommandBarDefaultLabelPosition = new _CommandBarDefaultLabelPosition();
_CommandBarDynamicOverflowAction = function () {
this.addingToOverflow = 0;
this.removingFromOverflow = 1;
}
exports.CommandBarDynamicOverflowAction = new _CommandBarDynamicOverflowAction();
_CommandBarLabelPosition = function () {
this.default = 0;
this.collapsed = 1;
}
exports.CommandBarLabelPosition = new _CommandBarLabelPosition();
_CommandBarOverflowButtonVisibility = function () {
this.auto = 0;
this.visible = 1;
this.collapsed = 2;
}
exports.CommandBarOverflowButtonVisibility = new _CommandBarOverflowButtonVisibility();
_ContentDialogButton = function () {
this.none = 0;
this.primary = 1;
this.secondary = 2;
this.close = 3;
}
exports.ContentDialogButton = new _ContentDialogButton();
_ContentDialogPlacement = function () {
this.popup = 0;
this.inPlace = 1;
}
exports.ContentDialogPlacement = new _ContentDialogPlacement();
_ContentDialogResult = function () {
this.none = 0;
this.primary = 1;
this.secondary = 2;
}
exports.ContentDialogResult = new _ContentDialogResult();
_ContentLinkChangeKind = function () {
this.inserted = 0;
this.removed = 1;
this.edited = 2;
}
exports.ContentLinkChangeKind = new _ContentLinkChangeKind();
_DisabledFormattingAccelerators = function () {
this.none = 0;
this.bold = 1;
this.italic = 2;
this.underline = 3;
this.all = 4;
}
exports.DisabledFormattingAccelerators = new _DisabledFormattingAccelerators();
_HandwritingPanelPlacementAlignment = function () {
this.auto = 0;
this.topLeft = 1;
this.topRight = 2;
this.bottomLeft = 3;
this.bottomRight = 4;
}
exports.HandwritingPanelPlacementAlignment = new _HandwritingPanelPlacementAlignment();
_IncrementalLoadingTrigger = function () {
this.none = 0;
this.edge = 1;
}
exports.IncrementalLoadingTrigger = new _IncrementalLoadingTrigger();
_InkToolbarButtonFlyoutPlacement = function () {
this.auto = 0;
this.top = 1;
this.bottom = 2;
this.left = 3;
this.right = 4;
}
exports.InkToolbarButtonFlyoutPlacement = new _InkToolbarButtonFlyoutPlacement();
_InkToolbarFlyoutItemKind = function () {
this.simple = 0;
this.radio = 1;
this.check = 2;
this.radioCheck = 3;
}
exports.InkToolbarFlyoutItemKind = new _InkToolbarFlyoutItemKind();
_InkToolbarInitialControls = function () {
this.all = 0;
this.none = 1;
this.pensOnly = 2;
this.allExceptPens = 3;
}
exports.InkToolbarInitialControls = new _InkToolbarInitialControls();
_InkToolbarMenuKind = function () {
this.stencil = 0;
}
exports.InkToolbarMenuKind = new _InkToolbarMenuKind();
_InkToolbarStencilKind = function () {
this.ruler = 0;
this.protractor = 1;
}
exports.InkToolbarStencilKind = new _InkToolbarStencilKind();
_InkToolbarToggle = function () {
this.ruler = 0;
this.custom = 1;
}
exports.InkToolbarToggle = new _InkToolbarToggle();
_InkToolbarTool = function () {
this.ballpointPen = 0;
this.pencil = 1;
this.highlighter = 2;
this.eraser = 3;
this.customPen = 4;
this.customTool = 5;
}
exports.InkToolbarTool = new _InkToolbarTool();
_ItemsUpdatingScrollMode = function () {
this.keepItemsInView = 0;
this.keepScrollOffset = 1;
this.keepLastItemInView = 2;
}
exports.ItemsUpdatingScrollMode = new _ItemsUpdatingScrollMode();
_LightDismissOverlayMode = function () {
this.auto = 0;
this.on = 1;
this.off = 2;
}
exports.LightDismissOverlayMode = new _LightDismissOverlayMode();
_ListPickerFlyoutSelectionMode = function () {
this.single = 0;
this.multiple = 1;
}
exports.ListPickerFlyoutSelectionMode = new _ListPickerFlyoutSelectionMode();
_ListViewReorderMode = function () {
this.disabled = 0;
this.enabled = 1;
}
exports.ListViewReorderMode = new _ListViewReorderMode();
_ListViewSelectionMode = function () {
this.none = 0;
this.single = 1;
this.multiple = 2;
this.extended = 3;
}
exports.ListViewSelectionMode = new _ListViewSelectionMode();
_NavigationViewBackButtonVisible = function () {
this.collapsed = 0;
this.visible = 1;
this.auto = 2;
}
exports.NavigationViewBackButtonVisible = new _NavigationViewBackButtonVisible();
_NavigationViewDisplayMode = function () {
this.minimal = 0;
this.compact = 1;
this.expanded = 2;
}
exports.NavigationViewDisplayMode = new _NavigationViewDisplayMode();
_NavigationViewOverflowLabelMode = function () {
this.moreLabel = 0;
this.noLabel = 1;
}
exports.NavigationViewOverflowLabelMode = new _NavigationViewOverflowLabelMode();
_NavigationViewPaneDisplayMode = function () {
this.auto = 0;
this.left = 1;
this.top = 2;
this.leftCompact = 3;
this.leftMinimal = 4;
}
exports.NavigationViewPaneDisplayMode = new _NavigationViewPaneDisplayMode();
_NavigationViewSelectionFollowsFocus = function () {
this.disabled = 0;
this.enabled = 1;
}
exports.NavigationViewSelectionFollowsFocus = new _NavigationViewSelectionFollowsFocus();
_NavigationViewShoulderNavigationEnabled = function () {
this.whenSelectionFollowsFocus = 0;
this.always = 1;
this.never = 2;
}
exports.NavigationViewShoulderNavigationEnabled = new _NavigationViewShoulderNavigationEnabled();
_Orientation = function () {
this.vertical = 0;
this.horizontal = 1;
}
exports.Orientation = new _Orientation();
_PanelScrollingDirection = function () {
this.none = 0;
this.forward = 1;
this.backward = 2;
}
exports.PanelScrollingDirection = new _PanelScrollingDirection();
_ParallaxSourceOffsetKind = function () {
this.absolute = 0;
this.relative = 1;
}
exports.ParallaxSourceOffsetKind = new _ParallaxSourceOffsetKind();
_PasswordRevealMode = function () {
this.peek = 0;
this.hidden = 1;
this.visible = 2;
}
exports.PasswordRevealMode = new _PasswordRevealMode();
_PivotHeaderFocusVisualPlacement = function () {
this.itemHeaders = 0;
this.selectedItemHeader = 1;
}
exports.PivotHeaderFocusVisualPlacement = new _PivotHeaderFocusVisualPlacement();
_PivotSlideInAnimationGroup = function () {
this.default = 0;
this.groupOne = 1;
this.groupTwo = 2;
this.groupThree = 3;
}
exports.PivotSlideInAnimationGroup = new _PivotSlideInAnimationGroup();
_RefreshPullDirection = function () {
this.leftToRight = 0;
this.topToBottom = 1;
this.rightToLeft = 2;
this.bottomToTop = 3;
}
exports.RefreshPullDirection = new _RefreshPullDirection();
_RefreshVisualizerOrientation = function () {
this.auto = 0;
this.normal = 1;
this.rotate90DegreesCounterclockwise = 2;
this.rotate270DegreesCounterclockwise = 3;
}
exports.RefreshVisualizerOrientation = new _RefreshVisualizerOrientation();
_RefreshVisualizerState = function () {
this.idle = 0;
this.peeking = 1;
this.interacting = 2;
this.pending = 3;
this.refreshing = 4;
}
exports.RefreshVisualizerState = new _RefreshVisualizerState();
_RequiresPointer = function () {
this.never = 0;
this.whenEngaged = 1;
this.whenFocused = 2;
}
exports.RequiresPointer = new _RequiresPointer();
_RichEditClipboardFormat = function () {
this.allFormats = 0;
this.plainText = 1;
}
exports.RichEditClipboardFormat = new _RichEditClipboardFormat();
_ScrollBarVisibility = function () {
this.disabled = 0;
this.auto = 1;
this.hidden = 2;
this.visible = 3;
}
exports.ScrollBarVisibility = new _ScrollBarVisibility();
_ScrollIntoViewAlignment = function () {
this.default = 0;
this.leading = 1;
}
exports.ScrollIntoViewAlignment = new _ScrollIntoViewAlignment();
_ScrollMode = function () {
this.disabled = 0;
this.enabled = 1;
this.auto = 2;
}
exports.ScrollMode = new _ScrollMode();
_SelectionMode = function () {
this.single = 0;
this.multiple = 1;
this.extended = 2;
}
exports.SelectionMode = new _SelectionMode();
_SnapPointsType = function () {
this.none = 0;
this.optional = 1;
this.mandatory = 2;
this.optionalSingle = 3;
this.mandatorySingle = 4;
}
exports.SnapPointsType = new _SnapPointsType();
_SplitViewDisplayMode = function () {
this.overlay = 0;
this.inline = 1;
this.compactOverlay = 2;
this.compactInline = 3;
}
exports.SplitViewDisplayMode = new _SplitViewDisplayMode();
_SplitViewPanePlacement = function () {
this.left = 0;
this.right = 1;
}
exports.SplitViewPanePlacement = new _SplitViewPanePlacement();
_StretchDirection = function () {
this.upOnly = 0;
this.downOnly = 1;
this.both = 2;
}
exports.StretchDirection = new _StretchDirection();
_SwipeBehaviorOnInvoked = function () {
this.auto = 0;
this.close = 1;
this.remainOpen = 2;
}
exports.SwipeBehaviorOnInvoked = new _SwipeBehaviorOnInvoked();
_SwipeMode = function () {
this.reveal = 0;
this.execute = 1;
}
exports.SwipeMode = new _SwipeMode();
_Symbol = function () {
this.previous = 0;
this.next = 1;
this.play = 2;
this.pause = 3;
this.edit = 4;
this.save = 5;
this.clear = 6;
this.delete = 7;
this.remove = 8;
this.add = 9;
this.cancel = 10;
this.accept = 11;
this.more = 12;
this.redo = 13;
this.undo = 14;
this.home = 15;
this.up = 16;
this.forward = 17;
this.back = 18;
this.favorite = 19;
this.camera = 20;
this.setting = 21;
this.video = 22;
this.sync = 23;
this.download = 24;
this.mail = 25;
this.find = 26;
this.help = 27;
this.upload = 28;
this.emoji = 29;
this.twoPage = 30;
this.leaveChat = 31;
this.mailForward = 32;
this.clock = 33;
this.send = 34;
this.crop = 35;
this.rotateCamera = 36;
this.people = 37;
this.openPane = 38;
this.closePane = 39;
this.world = 40;
this.flag = 41;
this.previewLink = 42;
this.globe = 43;
this.trim = 44;
this.attachCamera = 45;
this.zoomIn = 46;
this.bookmarks = 47;
this.document = 48;
this.protectedDocument = 49;
this.page = 50;
this.bullets = 51;
this.comment = 52;
this.mailFilled = 53;
this.contactInfo = 54;
this.hangUp = 55;
this.viewAll = 56;
this.mapPin = 57;
this.phone = 58;
this.videoChat = 59;
this.switch = 60;
this.contact = 61;
this.rename = 62;
this.pin = 63;
this.musicInfo = 64;
this.go = 65;
this.keyboard = 66;
this.dockLeft = 67;
this.dockRight = 68;
this.dockBottom = 69;
this.remote = 70;
this.refresh = 71;
this.rotate = 72;
this.shuffle = 73;
this.list = 74;
this.shop = 75;
this.selectAll = 76;
this.orientation = 77;
this.import = 78;
this.importAll = 79;
this.browsePhotos = 80;
this.webCam = 81;
this.pictures = 82;
this.saveLocal = 83;
this.caption = 84;
this.stop = 85;
this.showResults = 86;
this.volume = 87;
this.repair = 88;
this.message = 89;
this.page2 = 90;
this.calendarDay = 91;
this.calendarWeek = 92;
this.calendar = 93;
this.character = 94;
this.mailReplyAll = 95;
this.read = 96;
this.link = 97;
this.account = 98;
this.showBcc = 99;
this.hideBcc = 100;
this.cut = 101;
this.attach = 102;
this.paste = 103;
this.filter = 104;
this.copy = 105;
this.emoji2 = 106;
this.important = 107;
this.mailReply = 108;
this.slideShow = 109;
this.sort = 110;
this.manage = 111;
this.allApps = 112;
this.disconnectDrive = 113;
this.mapDrive = 114;
this.newWindow = 115;
this.openWith = 116;
this.contactPresence = 117;
this.priority = 118;
this.goToToday = 119;
this.font = 120;
this.fontColor = 121;
this.contact2 = 122;
this.folder = 123;
this.audio = 124;
this.placeholder = 125;
this.view = 126;
this.setLockScreen = 127;
this.setTile = 128;
this.closedCaption = 129;
this.stopSlideShow = 130;
this.permissions = 131;
this.highlight = 132;
this.disableUpdates = 133;
this.unFavorite = 134;
this.unPin = 135;
this.openLocal = 136;
this.mute = 137;
this.italic = 138;
this.underline = 139;
this.bold = 140;
this.moveToFolder = 141;
this.likeDislike = 142;
this.dislike = 143;
this.like = 144;
this.alignRight = 145;
this.alignCenter = 146;
this.alignLeft = 147;
this.zoom = 148;
this.zoomOut = 149;
this.openFile = 150;
this.otherUser = 151;
this.admin = 152;
this.street = 153;
this.map = 154;
this.clearSelection = 155;
this.fontDecrease = 156;
this.fontIncrease = 157;
this.fontSize = 158;
this.cellPhone = 159;
this.reShare = 160;
this.tag = 161;
this.repeatOne = 162;
this.repeatAll = 163;
this.outlineStar = 164;
this.solidStar = 165;
this.calculator = 166;
this.directions = 167;
this.target = 168;
this.library = 169;
this.phoneBook = 170;
this.memo = 171;
this.microphone = 172;
this.postUpdate = 173;
this.backToWindow = 174;
this.fullScreen = 175;
this.newFolder = 176;
this.calendarReply = 177;
this.unSyncFolder = 178;
this.reportHacked = 179;
this.syncFolder = 180;
this.blockContact = 181;
this.switchApps = 182;
this.addFriend = 183;
this.touchPointer = 184;
this.goToStart = 185;
this.zeroBars = 186;
this.oneBar = 187;
this.twoBars = 188;
this.threeBars = 189;
this.fourBars = 190;
this.scan = 191;
this.preview = 192;
this.globalNavigationButton = 193;
this.share = 194;
this.print = 195;
this.xboxOneConsole = 196;
}
exports.Symbol = new _Symbol();
_TreeViewSelectionMode = function () {
this.none = 0;
this.single = 1;
this.multiple = 2;
}
exports.TreeViewSelectionMode = new _TreeViewSelectionMode();
_TwoPaneViewMode = function () {
this.singlePane = 0;
this.wide = 1;
this.tall = 2;
}
exports.TwoPaneViewMode = new _TwoPaneViewMode();
_TwoPaneViewPriority = function () {
this.pane1 = 0;
this.pane2 = 1;
}
exports.TwoPaneViewPriority = new _TwoPaneViewPriority();
_TwoPaneViewTallModeConfiguration = function () {
this.singlePane = 0;
this.topBottom = 1;
this.bottomTop = 2;
}
exports.TwoPaneViewTallModeConfiguration = new _TwoPaneViewTallModeConfiguration();
_TwoPaneViewWideModeConfiguration = function () {
this.singlePane = 0;
this.leftRight = 1;
this.rightLeft = 2;
}
exports.TwoPaneViewWideModeConfiguration = new _TwoPaneViewWideModeConfiguration();
_VirtualizationMode = function () {
this.standard = 0;
this.recycling = 1;
}
exports.VirtualizationMode = new _VirtualizationMode();
_WebViewExecutionMode = function () {
this.sameThread = 0;
this.separateThread = 1;
this.separateProcess = 2;
}
exports.WebViewExecutionMode = new _WebViewExecutionMode();
_WebViewPermissionState = function () {
this.unknown = 0;
this.defer = 1;
this.allow = 2;
this.deny = 3;
}
exports.WebViewPermissionState = new _WebViewPermissionState();
_WebViewPermissionType = function () {
this.geolocation = 0;
this.unlimitedIndexedDBQuota = 1;
this.media = 2;
this.pointerLock = 3;
this.webNotifications = 4;
this.screen = 5;
this.immersiveView = 6;
}
exports.WebViewPermissionType = new _WebViewPermissionType();
_ZoomMode = function () {
this.disabled = 0;
this.enabled = 1;
}
exports.ZoomMode = new _ZoomMode();
AnchorRequestedEventArgs = (function () {
var cls = function AnchorRequestedEventArgs() {
this.anchor = new Object();
this.anchorCandidates = new Object();
};
return cls;
}) ();
exports.AnchorRequestedEventArgs = AnchorRequestedEventArgs;
Control = (function () {
var cls = function Control() {
this.padding = new Thickness();
this.isTabStop = new Boolean();
this.isEnabled = new Boolean();
this.horizontalContentAlignment = new Number();
this.foreground = new Object();
this.fontWeight = new FontWeight();
this.fontStyle = new Number();
this.fontStretch = new Number();
this.fontSize = new Number();
this.fontFamily = new Object();
this.tabIndex = new Number();
this.characterSpacing = new Number();
this.borderThickness = new Thickness();
this.borderBrush = new Object();
this.tabNavigation = new Number();
this.background = new Object();
this.verticalContentAlignment = new Number();
this.template = new ControlTemplate();
this.focusState = new Number();
this.isTextScaleFactorEnabled = new Boolean();
this.useSystemFocusVisuals = new Boolean();
this.xYFocusUp = new Object();
this.xYFocusRight = new Object();
this.xYFocusLeft = new Object();
this.xYFocusDown = new Object();
this.requiresPointer = new RequiresPointer();
this.isFocusEngagementEnabled = new Boolean();
this.isFocusEngaged = new Boolean();
this.elementSoundMode = new Number();
this.defaultStyleResourceUri = new Object();
this.cornerRadius = new CornerRadius();
this.backgroundSizing = new BackgroundSizing();
this.width = new Number();
this.verticalAlignment = new Number();
this.tag = new Object();
this.style = new Object();
this.resources = new Object();
this.name = new String();
this.minWidth = new Number();
this.minHeight = new Number();
this.maxWidth = new Number();
this.maxHeight = new Number();
this.margin = new Thickness();
this.language = new String();
this.horizontalAlignment = new Number();
this.height = new Number();
this.flowDirection = new Number();
this.dataContext = new Object();
this.actualHeight = new Number();
this.actualWidth = new Number();
this.baseUri = new Object();
this.parent = new Object();
this.triggers = new Object();
this.requestedTheme = new Number();
this.focusVisualSecondaryThickness = new Thickness();
this.focusVisualSecondaryBrush = new Object();
this.focusVisualPrimaryThickness = new Thickness();
this.focusVisualPrimaryBrush = new Object();
this.focusVisualMargin = new Thickness();
this.allowFocusWhenDisabled = new Boolean();
this.allowFocusOnInteraction = new Boolean();
this.actualTheme = new Number();
this.isLoaded = new Boolean();
this.transitions = new Object();
this.projection = new Object();
this.renderTransformOrigin = new Object();
this.opacity = new Number();
this.manipulationMode = new Number();
this.isTapEnabled = new Boolean();
this.isRightTapEnabled = new Boolean();
this.isHoldingEnabled = new Boolean();
this.isHitTestVisible = new Boolean();
this.isDoubleTapEnabled = new Boolean();
this.allowDrop = new Boolean();
this.clip = new Object();
this.cacheMode = new Object();
this.useLayoutRounding = new Boolean();
this.renderTransform = new Object();
this.visibility = new Number();
this.desiredSize = new Object();
this.pointerCaptures = new Object();
this.renderSize = new Object();
this.xamlRoot = new Object();
this.shadow = new Object();
this.actualOffset = new Vector3();
this.actualSize = new Vector2();
this.uIContext = new Object();
this.compositeMode = new Number();
this.transform3D = new Object();
this.canDrag = new Boolean();
this.isAccessKeyScope = new Boolean();
this.exitDisplayModeOnAccessKeyInvoked = new Boolean();
this.contextFlyout = new Object();
this.accessKeyScopeOwner = new Object();
this.accessKey = new String();
this.keyTipHorizontalOffset = new Number();
this.highContrastAdjustment = new Number();
this.xYFocusRightNavigationStrategy = new Number();
this.xYFocusKeyboardNavigation = new Number();
this.xYFocusDownNavigationStrategy = new Number();
this.tabFocusNavigation = new Number();
this.keyTipVerticalOffset = new Number();
this.xYFocusUpNavigationStrategy = new Number();
this.keyTipPlacementMode = new Number();
this.xYFocusLeftNavigationStrategy = new Number();
this.lights = new Object();
this.keyboardAccelerators = new Object();
this.keyboardAcceleratorPlacementTarget = new Object();
this.keyboardAcceleratorPlacementMode = new Number();
this.keyTipTarget = new Object();
this.translationTransition = new Object();
this.opacityTransition = new Object();
this.transformMatrix = new Matrix4x4();
this.scaleTransition = new Object();
this.scale = new Vector3();
this.rotationTransition = new Object();
this.rotationAxis = new Vector3();
this.rotation = new Number();
this.translation = new Vector3();
this.centerPoint = new Vector3();
this.canBeScrollAnchor = new Boolean();
this.dispatcher = new Object();
};
cls.prototype.onPreviewKeyUp = function onPreviewKeyUp(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onCharacterReceived = function onCharacterReceived(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.removeFocusEngagement = function removeFocusEngagement() {
/// <signature>
/// <summary>Function summary.</summary>
/// </signature>
}
cls.prototype.getTemplateChild = function getTemplateChild(childName) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="childName" type="String">A param.</param>
/// <returns type="Object" />
/// </signature>
return new Object();
}
cls.prototype.onPointerEntered = function onPointerEntered(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onPointerPressed = function onPointerPressed(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onPointerMoved = function onPointerMoved(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onPointerReleased = function onPointerReleased(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onPointerExited = function onPointerExited(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onPointerCaptureLost = function onPointerCaptureLost(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onPointerCanceled = function onPointerCanceled(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onPointerWheelChanged = function onPointerWheelChanged(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onTapped = function onTapped(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onDoubleTapped = function onDoubleTapped(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onHolding = function onHolding(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onRightTapped = function onRightTapped(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onManipulationStarting = function onManipulationStarting(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onManipulationInertiaStarting = function onManipulationInertiaStarting(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onManipulationStarted = function onManipulationStarted(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onManipulationDelta = function onManipulationDelta(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onManipulationCompleted = function onManipulationCompleted(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onKeyUp = function onKeyUp(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onKeyDown = function onKeyDown(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onGotFocus = function onGotFocus(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onLostFocus = function onLostFocus(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onDragEnter = function onDragEnter(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onDragLeave = function onDragLeave(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onDragOver = function onDragOver(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onDrop = function onDrop(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onPreviewKeyDown = function onPreviewKeyDown(e) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="e" type="Object">A param.</param>
/// </signature>
}
cls.prototype.applyTemplate = function applyTemplate() {
/// <signature>
/// <summary>Function summary.</summary>
/// <returns type="Boolean" />
/// </signature>
return new Boolean();
}
cls.prototype.focus = function focus(value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="value" type="Number">A param.</param>
/// <returns type="Boolean" />
/// </signature>
return new Boolean();
}
cls.getIsTemplateKeyTipTarget = function getIsTemplateKeyTipTarget(element) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="element" type="Object">A param.</param>
/// <returns type="Boolean" />
/// </signature>
return new Boolean();
}
cls.setIsTemplateKeyTipTarget = function setIsTemplateKeyTipTarget(element, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="element" type="Object">A param.</param>
/// <param name="value" type="Boolean">A param.</param>
/// </signature>
}
cls.getIsTemplateFocusTarget = function getIsTemplateFocusTarget(element) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="element" type="Object">A param.</param>
/// <returns type="Boolean" />
/// </signature>
return new Boolean();
}
cls.setIsTemplateFocusTarget = function setIsTemplateFocusTarget(element, value) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="element" type="Object">A param.</param>
/// <param name="value" type="Boolean">A param.</param>
/// </signature>
}
cls.borderThicknessProperty = new Object();
cls.focusStateProperty = new Object();
cls.fontFamilyProperty = new Object();
cls.fontSizeProperty = new Object();
cls.fontStretchProperty = new Object();
cls.fontStyleProperty = new Object();
cls.fontWeightProperty = new Object();
cls.foregroundProperty = new Object();
cls.horizontalContentAlignmentProperty = new Object();
cls.isEnabledProperty = new Object();
cls.isTabStopProperty = new Object();
cls.paddingProperty = new Object();
cls.tabIndexProperty = new Object();
cls.tabNavigationProperty = new Object();
cls.templateProperty = new Object();
cls.backgroundProperty = new Object();
cls.borderBrushProperty = new Object();
cls.verticalContentAlignmentProperty = new Object();
cls.characterSpacingProperty = new Object();
cls.defaultStyleKeyProperty = new Object();
cls.isTextScaleFactorEnabledProperty = new Object();
cls.isTemplateFocusTargetProperty = new Object();
cls.useSystemFocusVisualsProperty = new Object();
cls.elementSoundModeProperty = new Object();
cls.isFocusEngagedProperty = new Object();
cls.isFocusEngagementEnabledProperty = new Object();
cls.requiresPointerProperty = new Object();
cls.xYFocusDownProperty = new Object();
cls.xYFocusLeftProperty = new Object();
cls.xYFocusRightProperty = new Object();
cls.xYFocusUpProperty = new Object();
cls.defaultStyleResourceUriProperty = new Object();
cls.isTemplateKeyTipTargetProperty = new Object();
cls.cornerRadiusProperty = new Object();
cls.backgroundSizingProperty = new Object();
cls.actualHeightProperty = new Object();
cls.actualWidthProperty = new Object();
cls.dataContextProperty = new Object();
cls.flowDirectionProperty = new Object();
cls.heightProperty = new Object();
cls.horizontalAlignmentProperty = new Object();
cls.languageProperty = new Object();
cls.marginProperty = new Object();
cls.maxHeightProperty = new Object();
cls.maxWidthProperty = new Object();
cls.minHeightProperty = new Object();
cls.minWidthProperty = new Object();
cls.nameProperty = new Object();
cls.styleProperty = new Object();
cls.tagProperty = new Object();
cls.verticalAlignmentProperty = new Object();
cls.widthProperty = new Object();
cls.requestedThemeProperty = new Object();
cls.allowFocusOnInteractionProperty = new Object();
cls.allowFocusWhenDisabledProperty = new Object();
cls.focusVisualMarginProperty = new Object();
cls.focusVisualPrimaryBrushProperty = new Object();
cls.focusVisualPrimaryThicknessProperty = new Object();
cls.focusVisualSecondaryBrushProperty = new Object();
cls.focusVisualSecondaryThicknessProperty = new Object();
cls.actualThemeProperty = new Object();
cls.holdingEvent = new Object();
cls.isDoubleTapEnabledProperty = new Object();
cls.isHitTestVisibleProperty = new Object();
cls.isHoldingEnabledProperty = new Object();
cls.isRightTapEnabledProperty = new Object();
cls.keyDownEvent = new Object();
cls.keyUpEvent = new Object();
cls.manipulationCompletedEvent = new Object();
cls.manipulationDeltaEvent = new Object();
cls.isTapEnabledProperty = new Object();
cls.manipulationInertiaStartingEvent = new Object();
cls.manipulationModeProperty = new Object();
cls.manipulationStartedEvent = new Object();
cls.manipulationStartingEvent = new Object();
cls.opacityProperty = new Object();
cls.pointerCanceledEvent = new Object();
cls.pointerCaptureLostEvent = new Object();
cls.pointerCapturesProperty = new Object();
cls.pointerEnteredEvent = new Object();
cls.pointerExitedEvent = new Object();
cls.pointerMovedEvent = new Object();
cls.pointerPressedEvent = new Object();
cls.pointerWheelChangedEvent = new Object();
cls.projectionProperty = new Object();
cls.renderTransformOriginProperty = new Object();
cls.renderTransformProperty = new Object();
cls.rightTappedEvent = new Object();
cls.dragEnterEvent = new Object();
cls.tappedEvent = new Object();
cls.transitionsProperty = new Object();
cls.useLayoutRoundingProperty = new Object();
cls.visibilityProperty = new Object();
cls.allowDropProperty = new Object();
cls.cacheModeProperty = new Object();
cls.clipProperty = new Object();
cls.doubleTappedEvent = new Object();
cls.pointerReleasedEvent = new Object();
cls.dragLeaveEvent = new Object();
cls.dragOverEvent = new Object();
cls.dropEvent = new Object();
cls.shadowProperty = new Object();
cls.compositeModeProperty = new Object();
cls.canDragProperty = new Object();
cls.transform3DProperty = new Object();
cls.accessKeyProperty = new Object();
cls.accessKeyScopeOwnerProperty = new Object();
cls.contextFlyoutProperty = new Object();
cls.isAccessKeyScopeProperty = new Object();
cls.exitDisplayModeOnAccessKeyInvokedProperty = new Object();
cls.highContrastAdjustmentProperty = new Object();
cls.keyTipHorizontalOffsetProperty = new Object();
cls.keyTipPlacementModeProperty = new Object();
cls.keyTipVerticalOffsetProperty = new Object();
cls.lightsProperty = new Object();
cls.xYFocusDownNavigationStrategyProperty = new Object();
cls.xYFocusKeyboardNavigationProperty = new Object();
cls.xYFocusLeftNavigationStrategyProperty = new Object();
cls.xYFocusRightNavigationStrategyProperty = new Object();
cls.xYFocusUpNavigationStrategyProperty = new Object();
cls.tabFocusNavigationProperty = new Object();
cls.gettingFocusEvent = new Object();
cls.losingFocusEvent = new Object();
cls.noFocusCandidateFoundEvent = new Object();
cls.characterReceivedEvent = new Object();
cls.previewKeyDownEvent = new Object();
cls.previewKeyUpEvent = new Object();
cls.bringIntoViewRequestedEvent = new Object();
cls.contextRequestedEvent = new Object();
cls.keyTipTargetProperty = new Object();
cls.keyboardAcceleratorPlacementModeProperty = new Object();
cls.keyboardAcceleratorPlacementTargetProperty = new Object();
cls.canBeScrollAnchorProperty = new Object();
cls.prototype.addListener = function addListener(eventName, callback){}
cls.prototype.removeListener = function removeListener(eventName, callback){}
cls.prototype.on = function on(eventName, callback){}
cls.prototype.off = function off(eventName, callback){}
return cls;
}) ();
exports.Control = Control;
ContentControl = (function () {
var cls = function ContentControl() {
this.contentTransitions = new Object();
this.contentTemplateSelector = new DataTemplateSelector();
this.contentTemplate = new Object();
this.content = new Object();
this.contentTemplateRoot = new Object();
this.padding = new Thickness();
this.isTabStop = new Boolean();
this.isEnabled = new Boolean();
this.horizontalContentAlignment = new Number();
this.foreground = new Object();
this.fontWeight = new FontWeight();
this.fontStyle = new Number();
this.fontStretch = new Number();
this.fontSize = new Number();
this.fontFamily = new Object();
this.tabIndex = new Number();
this.characterSpacing = new Number();
this.borderThickness = new Thickness();
this.borderBrush = new Object();
this.tabNavigation = new Number();
this.background = new Object();
this.verticalContentAlignment = new Number();
this.template = new ControlTemplate();
this.focusState = new Number();
this.isTextScaleFactorEnabled = new Boolean();
this.useSystemFocusVisuals = new Boolean();
this.xYFocusUp = new Object();
this.xYFocusRight = new Object();
this.xYFocusLeft = new Object();
this.xYFocusDown = new Object();
this.requiresPointer = new RequiresPointer();
this.isFocusEngagementEnabled = new Boolean();
this.isFocusEngaged = new Boolean();
this.elementSoundMode = new Number();
this.defaultStyleResourceUri = new Object();
this.cornerRadius = new CornerRadius();
this.backgroundSizing = new BackgroundSizing();
this.width = new Number();
this.verticalAlignment = new Number();
this.tag = new Object();
this.style = new Object();
this.resources = new Object();
this.name = new String();
this.minWidth = new Number();
this.minHeight = new Number();
this.maxWidth = new Number();
this.maxHeight = new Number();
this.margin = new Thickness();
this.language = new String();
this.horizontalAlignment = new Number();
this.height = new Number();
this.flowDirection = new Number();
this.dataContext = new Object();
this.actualHeight = new Number();
this.actualWidth = new Number();
this.baseUri = new Object();
this.parent = new Object();
this.triggers = new Object();
this.requestedTheme = new Number();
this.focusVisualSecondaryThickness = new Thickness();
this.focusVisualSecondaryBrush = new Object();
this.focusVisualPrimaryThickness = new Thickness();
this.focusVisualPrimaryBrush = new Object();
this.focusVisualMargin = new Thickness();
this.allowFocusWhenDisabled = new Boolean();
this.allowFocusOnInteraction = new Boolean();
this.actualTheme = new Number();
this.isLoaded = new Boolean();
this.transitions = new Object();
this.projection = new Object();
this.renderTransformOrigin = new Object();
this.opacity = new Number();
this.manipulationMode = new Number();
this.isTapEnabled = new Boolean();
this.isRightTapEnabled = new Boolean();
this.isHoldingEnabled = new Boolean();
this.isHitTestVisible = new Boolean();
this.isDoubleTapEnabled = new Boolean();
this.allowDrop = new Boolean();
this.clip = new Object();
this.cacheMode = new Object();
this.useLayoutRounding = new Boolean();
this.renderTransform = new Object();
this.visibility = new Number();
this.desiredSize = new Object();
this.pointerCaptures = new Object();
this.renderSize = new Object();
this.xamlRoot = new Object();
this.shadow = new Object();
this.actualOffset = new Vector3();
this.actualSize = new Vector2();
this.uIContext = new Object();
this.compositeMode = new Number();
this.transform3D = new Object();
this.canDrag = new Boolean();
this.isAccessKeyScope = new Boolean();
this.exitDisplayModeOnAccessKeyInvoked = new Boolean();
this.contextFlyout = new Object();
this.accessKeyScopeOwner = new Object();
this.accessKey = new String();
this.keyTipHorizontalOffset = new Number();
this.highContrastAdjustment = new Number();
this.xYFocusRightNavigationStrategy = new Number();
this.xYFocusKeyboardNavigation = new Number();
this.xYFocusDownNavigationStrategy = new Number();
this.tabFocusNavigation = new Number();
this.keyTipVerticalOffset = new Number();
this.xYFocusUpNavigationStrategy = new Number();
this.keyTipPlacementMode = new Number();
this.xYFocusLeftNavigationStrategy = new Number();
this.lights = new Object();
this.keyboardAccelerators = new Object();
this.keyboardAcceleratorPlacementTarget = new Object();
this.keyboardAcceleratorPlacementMode = new Number();
this.keyTipTarget = new Object();
this.translationTransition = new Object();
this.opacityTransition = new Object();
this.transformMatrix = new Matrix4x4();
this.scaleTransition = new Object();
this.scale = new Vector3();
this.rotationTransition = new Object();
this.rotationAxis = new Vector3();
this.rotation = new Number();
this.translation = new Vector3();
this.centerPoint = new Vector3();
this.canBeScrollAnchor = new Boolean();
this.dispatcher = new Object();
};
cls.prototype.onContentChanged = function onContentChanged(oldContent, newContent) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="oldContent" type="Object">A param.</param>
/// <param name="newContent" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onContentTemplateChanged = function onContentTemplateChanged(oldContentTemplate, newContentTemplate) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="oldContentTemplate" type="Object">A param.</param>
/// <param name="newContentTemplate" type="Object">A param.</param>
/// </signature>
}
cls.prototype.onContentTemplateSelectorChanged = function onContentTemplateSelectorChanged(oldContentTemplateSelector, newContentTemplateSelector) {
/// <signature>
/// <summary>Function summary.</summary>
/// <param name="oldContentTemplateSelector" type="DataTemplateSelector">A param.</param>
/// <param name="newContentTemplateSelector" type="DataTemplateSelector">A param.</param>
/// </signature>
}
cls.contentProperty = new Object();
cls.contentTemplateProperty = new Object();
cls.contentTemplateSelectorProperty = new Object();
cls.contentTransitionsProperty = new Object();
cls.borderThicknessProperty = new Object();
cls.focusStateProperty = new Object();
cls.fontFamilyProperty = new Object();
cls.fontSizeProperty = new Object();
cls.fontStretchProperty = new Object();
cls.fontStyleProperty = new Object();
cls.fontWeightProperty = new Object();
cls.foregroundProperty = new Object();
cls.horizontalContentAlignmentProperty = new Object();
cls.isEnabledProperty = new Object();
cls.isTabStopProperty = new Object();
cls.paddingProperty = new Object();
cls.tabIndexProperty = new Object();
cls.tabNavigationProperty = new Object();
cls.templateProperty = new Object();
cls.backgroundProperty = new Object();
cls.borderBrushProperty = new Object();
cls.verticalContentAlignmentProperty = new Object();
cls.characterSpacingProperty = new Object();
cls.defaultStyleKeyProperty = new Object();
cls.isTextScaleFactorEnabledProperty = new Object();
cls.isTemplateFocusTargetProperty = new Object();
cls.useSystemFocusVisualsProperty = new Object();
cls.elementSoundModeProperty = new Object();
cls.isFocusEngagedProperty = new Object();
cls.isFocusEngagementEnabledProperty = new Object();
cls.requiresPointerProperty = new Object();
cls.xYFocusDownProperty = new Object();
cls.xYFocusLeftProperty = new Object();
cls.xYFocusRightProperty = new Object();
cls.xYFocusUpProperty = new Object();
cls.defaultStyleResourceUriProperty = new Object();
cls.isTemplateKeyTipTargetProperty = new Object();
cls.cornerRadiusProperty = new Object();
cls.backgroundSizingProperty = new Object();
cls.actualHeightProperty = new Object();
cls.actualWidthProperty = new Object();
cls.dataContextProperty = new Object();
cls.flowDirectionProperty = new Object();
cls.heightProperty = new Object();
cls.horizontalAlignmentProperty = new Object();
cls.languageProperty = new Object();
cls.marginProperty = new Object();
cls.maxHeightProperty = new Object();
cls.maxWidthProperty = new Object();
cls.minHeightProperty = new Object();
cls.minWidthProperty = new Object();
cls.nameProperty = new Object();
cls.styleProperty = new Object();
cls.tagProperty = new Object();
cls.verticalAlignmentProperty = new Object();
cls.widthProperty = new Object();
cls.requestedThemeProperty = new Object();
cls.allowFocusOnInteractionProperty = new Object();
cls.allowFocusWhenDisabledProperty = new Object();
cls.focusVisualMarginProperty = new Object();
cls.focusVisualPrimaryBrushProperty = new Object();
cls.focusVisualPrimaryThicknessProperty = new Object();
cls.focusVisualSecondaryBrushProperty = new Object();
cls.focusVisualSecondaryThicknessProperty = new Object();
cls.actualThemeProperty = new Object();
cls.holdingEvent = new Object();
cls.isDoubleTapEnabledProperty = new Object();
cls.isHitTestVisibleProperty = new Object();
cls.isHoldingEnabledProperty = new Object();
cls.isRightTapEnabledProperty = new Object();
cls.keyDownEvent = new Object();
cls.keyUpEvent = new Object();
cls.manipulationCompletedEvent = new Object();
cls.manipulationDeltaEvent = new Object();
cls.isTapEnabledProperty = new Object();
cls.manipulationInertiaStartingEvent = new Object();
cls.manipulationModeProperty = new Object();
cls.manipulationStartedEvent = new Object();
cls.manipulationStartingEvent = new Object();
cls.opacityProperty = new Object();
cls.pointerCanceledEvent = new Object();
cls.pointerCaptureLostEvent = new Object();
cls.pointerCapturesProperty = new Object();
cls.pointerEnteredEvent = new Object();
cls.pointerExitedEvent = new Object();
cls.pointerMovedEvent = new Object();
cls.pointerPressedEvent = new Object();
cls.pointerWheelChangedEvent = new Object();
cls.projectionProperty = new Object();
cls.renderTransformOriginProperty = new Object();
cls.renderTransformProperty = new Object();
cls.rightTappedEvent = new Object();
cls.dragEnterEvent = new Object();
cls.tappedEvent = new Object();
cls.transitionsProperty = new Object();
cls.useLayoutRoundingProperty = new Object();
cls.visibilityProperty = new Object();
cls.allowDropProperty = new Object();
cls.cacheModeProperty = new Object();
cls.clipP