C# Class Windows.UI.Xaml.Controls.Primitives.CarouselPanel

Inheritance: VirtualizingPanel, ICarouselPanel, IScrollSnapPointsInfo
显示文件 Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
CarouselPanel ( ) : System
GetIrregularSnapPoints ( [ orientation, [ alignment ) : IVectorView
GetRegularSnapPoints ( [ orientation, [ alignment, float &offset ) : float
LineDown ( ) : void
LineLeft ( ) : void
LineRight ( ) : void
LineUp ( ) : void
MakeVisible ( [ visual, [ rectangle ) : Rect
MouseWheelDown ( ) : void
MouseWheelLeft ( ) : void
MouseWheelRight ( ) : void
MouseWheelUp ( ) : void
PageDown ( ) : void
PageLeft ( ) : void
PageRight ( ) : void
PageUp ( ) : void
SetHorizontalOffset ( [ offset ) : void
SetVerticalOffset ( [ offset ) : void

Method Details

CarouselPanel() public method

public CarouselPanel ( ) : System
return System

GetIrregularSnapPoints() public method

public GetIrregularSnapPoints ( [ orientation, [ alignment ) : IVectorView
orientation [
alignment [
return IVectorView

GetRegularSnapPoints() public method

public GetRegularSnapPoints ( [ orientation, [ alignment, float &offset ) : float
orientation [
alignment [
offset float
return float

LineDown() public method

public LineDown ( ) : void
return void

LineLeft() public method

public LineLeft ( ) : void
return void

LineRight() public method

public LineRight ( ) : void
return void

LineUp() public method

public LineUp ( ) : void
return void

MakeVisible() public method

public MakeVisible ( [ visual, [ rectangle ) : Rect
visual [
rectangle [
return Windows.Foundation.Rect

MouseWheelDown() public method

public MouseWheelDown ( ) : void
return void

MouseWheelLeft() public method

public MouseWheelLeft ( ) : void
return void

MouseWheelRight() public method

public MouseWheelRight ( ) : void
return void

MouseWheelUp() public method

public MouseWheelUp ( ) : void
return void

PageDown() public method

public PageDown ( ) : void
return void

PageLeft() public method

public PageLeft ( ) : void
return void

PageRight() public method

public PageRight ( ) : void
return void

PageUp() public method

public PageUp ( ) : void
return void

SetHorizontalOffset() public method

public SetHorizontalOffset ( [ offset ) : void
offset [
return void

SetVerticalOffset() public method

public SetVerticalOffset ( [ offset ) : void
offset [
return void