Configuration
This article explains all configuration options that the SideDrawer control provides.
-
DrawerContent
(View
)—Specifies the drawer (initially hidden) content. -
MainContent
(View
)—Specifies the (initially visible) content of the component. -
IsOpen
(bool
)—Specifies a value indicating if the drawer content is visible. -
DrawerLength
(double
)—Defines how much the drawer content should be extended over the main content in opened position. -
DrawerLocation
(SideDrawerLocation
)—Specifies the location from which the drawer will be opened. The following options are available:-
Left
Right
Top
Bottom
-
AreGesturesEnabled
(bool
)—This is a mobile exclusive property which specifies ability for gestures to open and close the drawer.-
TouchTargetThreshold
(double
)—Defines the touchable area (number of pixels from the screen edges) that will allow to open the DrawerContent.
A sample Location example can be found in the SideDrawer/Features folder of the SDK Samples Browser application.