C# 클래스 Gymnastika.Controls.SlidePanel

상속: System.Windows.Controls.Panel
파일 보기 프로젝트 열기: weiqiyiji/Gymnastika

공개 프로퍼티들

프로퍼티 타입 설명
DurationProperty System.Windows.DependencyProperty
SelectedIndexProperty System.Windows.DependencyProperty
VisibleItemsCountProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
SlidePanel ( ) : System

보호된 메소드들

메소드 설명
ArrangeOverride ( Size finalSize ) : Size
CalculateShortestDistance ( int from, int to ) : int

Return the shortest distance between the fromIndex and toIndex

MeasureOverride ( Size availableSize ) : Size

비공개 메소드들

메소드 설명
Animate ( ) : void
MakeAnimation ( double to, double duration ) : System.Windows.Media.Animation.DoubleAnimation
MakeAnimation ( double to, double duration, EventHandler endEvent ) : System.Windows.Media.Animation.DoubleAnimation
MakeAnimation ( double from, double to, double duration ) : System.Windows.Media.Animation.DoubleAnimation
MakeAnimation ( double from, double to, double duration, EventHandler endEvent ) : System.Windows.Media.Animation.DoubleAnimation
OnSelectedIndexChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ScaleTo ( UIElement child, double xFactor, double yFactor, double duration ) : void
TranslateTo ( UIElement child, double x, double y, double duration ) : void
TranslateTo ( UIElement child, double fromX, double fromY, double toX, double toY, double duration ) : void

메소드 상세

ArrangeOverride() 보호된 메소드

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
리턴 System.Windows.Size

CalculateShortestDistance() 보호된 메소드

Return the shortest distance between the fromIndex and toIndex
protected CalculateShortestDistance ( int from, int to ) : int
from int
to int
리턴 int

MeasureOverride() 보호된 메소드

protected MeasureOverride ( Size availableSize ) : Size
availableSize System.Windows.Size
리턴 System.Windows.Size

SlidePanel() 공개 메소드

public SlidePanel ( ) : System
리턴 System

프로퍼티 상세

DurationProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows DurationProperty
리턴 System.Windows.DependencyProperty

SelectedIndexProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows SelectedIndexProperty
리턴 System.Windows.DependencyProperty

VisibleItemsCountProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows VisibleItemsCountProperty
리턴 System.Windows.DependencyProperty