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