C# 클래스 Windows.UI.Xaml.Controls.Primitives.CarouselPanel

상속: VirtualizingPanel, ICarouselPanel, IScrollSnapPointsInfo
파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CarouselPanel() 공개 메소드

public CarouselPanel ( ) : System
리턴 System

GetIrregularSnapPoints() 공개 메소드

public GetIrregularSnapPoints ( [ orientation, [ alignment ) : IVectorView
orientation [
alignment [
리턴 IVectorView

GetRegularSnapPoints() 공개 메소드

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

LineDown() 공개 메소드

public LineDown ( ) : void
리턴 void

LineLeft() 공개 메소드

public LineLeft ( ) : void
리턴 void

LineRight() 공개 메소드

public LineRight ( ) : void
리턴 void

LineUp() 공개 메소드

public LineUp ( ) : void
리턴 void

MakeVisible() 공개 메소드

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

MouseWheelDown() 공개 메소드

public MouseWheelDown ( ) : void
리턴 void

MouseWheelLeft() 공개 메소드

public MouseWheelLeft ( ) : void
리턴 void

MouseWheelRight() 공개 메소드

public MouseWheelRight ( ) : void
리턴 void

MouseWheelUp() 공개 메소드

public MouseWheelUp ( ) : void
리턴 void

PageDown() 공개 메소드

public PageDown ( ) : void
리턴 void

PageLeft() 공개 메소드

public PageLeft ( ) : void
리턴 void

PageRight() 공개 메소드

public PageRight ( ) : void
리턴 void

PageUp() 공개 메소드

public PageUp ( ) : void
리턴 void

SetHorizontalOffset() 공개 메소드

public SetHorizontalOffset ( [ offset ) : void
offset [
리턴 void

SetVerticalOffset() 공개 메소드

public SetVerticalOffset ( [ offset ) : void
offset [
리턴 void