Interface IRadSideDrawer
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public interface IRadSideDrawer : IView, IElement, ITransform
Properties
AreGesturesEnabled
Declaration
bool AreGesturesEnabled { get; set; }
Property Value
System.Boolean
|
DrawerContent
Declaration
IView DrawerContent { get; set; }
Property Value
Microsoft.Maui.IView
|
DrawerLength
Declaration
double DrawerLength { get; set; }
Property Value
System.Double
|
DrawerLocation
DrawerTransitionDuration
Declaration
double DrawerTransitionDuration { get; set; }
Property Value
System.Double
|
DrawerTransitionFadeOpacity
Declaration
double DrawerTransitionFadeOpacity { get; set; }
Property Value
System.Double
|
DrawerTransitionType
Declaration
SideDrawerTransitionType DrawerTransitionType { get; set; }
Property Value
SideDrawerTransitionType
|
IsOpen
Declaration
bool IsOpen { get; set; }
Property Value
System.Boolean
|
MainContent
Declaration
IView MainContent { get; set; }
Property Value
Microsoft.Maui.IView
|
TapOutsideToClose
Declaration
bool TapOutsideToClose { get; set; }
Property Value
System.Boolean
|
TouchTargetThreshold
Declaration
double TouchTargetThreshold { get; set; }
Property Value
System.Double
|
Methods
OnDrawerClosed()
Declaration
void OnDrawerClosed()
OnDrawerClosing()
Declaration
bool OnDrawerClosing()
Returns
System.Boolean
|
OnDrawerOpened()
Declaration
void OnDrawerOpened()
OnDrawerOpening()
Declaration
bool OnDrawerOpening()
Returns
System.Boolean
|