Gets or sets the menu screen content for the current SideDrawer instance. The value must be a valid {@link View} instance.
Gets or sets a number which defines either the width or the height of the menu pane depending on the location of the SideDrawer. Top or Bottom - height, Right or Left - width.
Gets or sets the location of the menu pane. This property can be a value defined by one of the variables exported by the SideDrawerLocation enumeration module.
Gets or sets the transition used to animate the process of showing or hiding the menu pane. Depending on the transition set, the main content can also be part of the animation. This property must be set to an object inheriting from DrawerTransitionBase.
Gets or sets a boolean value that determines if drawer can be opened or closed with gestures.
Gets or sets the main screen content for the current SideDrawer instance. The value must be a valid {@link View} instance.
Gets or sets a boolean value that determines if drawer can should above or below action bar.
Fired when the drawer has been closed.
Fired when the drawer is about to close.
Identifies the drawerContent dependency property.
Identifies the drawerContentSize dependency property.
Identifies the drawerLocation dependency property.
Fired after the drawer has been opened.
Fired when the drawer is about to open.
Fired when the drawer is being opened by its edge gesture.
Identifies the drawerTransition dependency property.
Identifies the gesturesEnabled dependency property.
Identifies the mainContent dependency property.
Identifies the showOverNavigation dependency property.
When called, closes the SideDrawer if it is open.
Gets a value that indicates whether the drawer is open.
When called, opens the SideDrawer if it is closed.
Toggles the current state of the SideDrawer instance.
Generated using TypeDoc
This is the SideDrawer component. It separates your mobile app's screen into a main part and a menu part whereby the menu part is shown upon a swipe gesture using a transition effect.