C# Class SlidePaneControl.SlidePane

Show file Open project: PavelGriza/SlidePane

Public Properties

Property Type Description
ContentProperty Windows.UI.Xaml.DependencyProperty
IsLeftPaneOpenProperty Windows.UI.Xaml.DependencyProperty
IsRightPaneOpenProperty Windows.UI.Xaml.DependencyProperty
LeftPaneButtonVisibilityProperty Windows.UI.Xaml.DependencyProperty
LeftPaneProperty Windows.UI.Xaml.DependencyProperty
RightPaneButtonVisibilityProperty Windows.UI.Xaml.DependencyProperty
RightPaneProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
SlidePane ( ) : System

Private Methods

Method Description
CloseLeftPane ( ) : void
CloseRightPane ( ) : void
FinalizeSliding ( double x ) : void
GetCapturedElements ( UIElement element ) : List
InitButtonsBehavior ( ) : void
InitGestureInteraction ( ) : void
IsPaneOpenPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e, bool isLeftPaneProperty ) : void
OnIsLeftPaneOpenPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnIsRightPaneOpenPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnLeftPanePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnRightPanePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OpenLeftCloseRightPane ( ) : void
OpenLeftPane ( ) : void
OpenRightCloseLeftPane ( ) : void
OpenRightPane ( ) : void
PanePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e, bool isLeft ) : void
PerformSliding ( double x ) : void

Method Details

SlidePane() public method

public SlidePane ( ) : System
return System

Property Details

ContentProperty public static property

public static DependencyProperty,Windows.UI.Xaml ContentProperty
return Windows.UI.Xaml.DependencyProperty

IsLeftPaneOpenProperty public static property

public static DependencyProperty,Windows.UI.Xaml IsLeftPaneOpenProperty
return Windows.UI.Xaml.DependencyProperty

IsRightPaneOpenProperty public static property

public static DependencyProperty,Windows.UI.Xaml IsRightPaneOpenProperty
return Windows.UI.Xaml.DependencyProperty

LeftPaneButtonVisibilityProperty public static property

public static DependencyProperty,Windows.UI.Xaml LeftPaneButtonVisibilityProperty
return Windows.UI.Xaml.DependencyProperty

LeftPaneProperty public static property

public static DependencyProperty,Windows.UI.Xaml LeftPaneProperty
return Windows.UI.Xaml.DependencyProperty

RightPaneButtonVisibilityProperty public static property

public static DependencyProperty,Windows.UI.Xaml RightPaneButtonVisibilityProperty
return Windows.UI.Xaml.DependencyProperty

RightPaneProperty public static property

public static DependencyProperty,Windows.UI.Xaml RightPaneProperty
return Windows.UI.Xaml.DependencyProperty