C# Class Gymnastika.Controls.SlidePanel

Inheritance: System.Windows.Controls.Panel
Afficher le fichier Open project: weiqiyiji/Gymnastika

Méthodes publiques

Свойство Type Description
DurationProperty System.Windows.DependencyProperty
SelectedIndexProperty System.Windows.DependencyProperty
VisibleItemsCountProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
SlidePanel ( ) : System

Méthodes protégées

Méthode Description
ArrangeOverride ( Size finalSize ) : Size
CalculateShortestDistance ( int from, int to ) : int

Return the shortest distance between the fromIndex and toIndex

MeasureOverride ( Size availableSize ) : Size

Private Methods

Méthode Description
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

Method Details

ArrangeOverride() protected méthode

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
Résultat System.Windows.Size

CalculateShortestDistance() protected méthode

Return the shortest distance between the fromIndex and toIndex
protected CalculateShortestDistance ( int from, int to ) : int
from int
to int
Résultat int

MeasureOverride() protected méthode

protected MeasureOverride ( Size availableSize ) : Size
availableSize System.Windows.Size
Résultat System.Windows.Size

SlidePanel() public méthode

public SlidePanel ( ) : System
Résultat System

Property Details

DurationProperty public_oe static_oe property

public static DependencyProperty,System.Windows DurationProperty
Résultat System.Windows.DependencyProperty

SelectedIndexProperty public_oe static_oe property

public static DependencyProperty,System.Windows SelectedIndexProperty
Résultat System.Windows.DependencyProperty

VisibleItemsCountProperty public_oe static_oe property

public static DependencyProperty,System.Windows VisibleItemsCountProperty
Résultat System.Windows.DependencyProperty