Class RadSideDrawer
Inheritance
System.Object
RadSideDrawer
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadSideDrawer : RadControl
Constructors
Fields
Declaration
public static readonly DependencyProperty AnimationDurationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty DrawerContentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty DrawerContentTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty DrawerLengthProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty DrawerLocationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty DrawerStateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty DrawerTransitionFadeOpacityProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty DrawerTransitionProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IsOpenProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MainContentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MainContentTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty TapOutsideToCloseProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty TouchTargetThresholdProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public Duration AnimationDuration { get; set; }
Property Value
|
Microsoft.UI.Xaml.Duration
|
Declaration
public CommandCollection<RadSideDrawer> Commands { get; }
Property Value
Declaration
public CommandService CommandService { get; }
Property Value
Declaration
public object DrawerContent { get; set; }
Property Value
Declaration
public DataTemplate DrawerContentTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Declaration
public double DrawerLength { get; set; }
Property Value
Declaration
public DrawerLocation DrawerLocation { get; set; }
Property Value
Declaration
public DrawerManipulationMode DrawerManipulationMode { get; set; }
Property Value
Declaration
public DrawerState DrawerState { get; }
Property Value
Declaration
public DrawerTransition DrawerTransition { get; set; }
Property Value
Declaration
public double DrawerTransitionFadeOpacity { get; set; }
Property Value
Declaration
public bool IsOpen { get; set; }
Property Value
Declaration
public object MainContent { get; set; }
Property Value
Declaration
public DataTemplate MainContentTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Declaration
public bool TapOutsideToClose { get; set; }
Property Value
Declaration
public double TouchTargetThreshold { get; set; }
Property Value
Methods
Declaration
protected override bool ApplyTemplateCore()
Returns
Overrides
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
|
Windows.Foundation.Size
finalSize
|
Returns
Overrides
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
|
Windows.Foundation.Size
availableSize
|
Returns
Overrides
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Declaration
protected override void OnTemplateApplied()
Overrides
Declaration
protected override void UnapplyTemplateCore()
Overrides
Events
Declaration
public event EventHandler DrawerClosing
Event Type
Declaration
public event EventHandler DrawerOpening
Event Type
Extension Methods