C# Class SlidePaneControl.SlidePane

Mostra 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_oe static_oe property

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

IsLeftPaneOpenProperty public_oe static_oe property

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

IsRightPaneOpenProperty public_oe static_oe property

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

LeftPaneButtonVisibilityProperty public_oe static_oe property

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

LeftPaneProperty public_oe static_oe property

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

RightPaneButtonVisibilityProperty public_oe static_oe property

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

RightPaneProperty public_oe static_oe property

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