C# Class Gymnastika.Controls.AnimatedListPanel

Inheritance: System.Windows.Controls.Panel
Show file Open project: weiqiyiji/Gymnastika

Public Properties

Property Type Description
IsNewProperty System.Windows.DependencyProperty
ItemsDistanceProperty System.Windows.DependencyProperty

Public Methods

Method Description
AnimatedListPanel ( ) : System

Protected Methods

Method Description
ArrangeOverride ( Size arrangeSize ) : Size
DistanceChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
MeasureOverride ( Size constraint ) : Size

Private Methods

Method Description
GetTranslateTransform ( ContentControl child ) : TranslateTransform
GetTranslateTransformFromGroup ( System.Windows.Media.TransformGroup combinedTransform ) : TranslateTransform
IsNewItem ( ContentControl child ) : bool

Method Details

AnimatedListPanel() public method

public AnimatedListPanel ( ) : System
return System

ArrangeOverride() protected method

protected ArrangeOverride ( Size arrangeSize ) : Size
arrangeSize System.Windows.Size
return System.Windows.Size

DistanceChanged() protected static method

protected static DistanceChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

MeasureOverride() protected method

protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size
return System.Windows.Size

Property Details

IsNewProperty public static property

public static DependencyProperty,System.Windows IsNewProperty
return System.Windows.DependencyProperty

ItemsDistanceProperty public static property

public static DependencyProperty,System.Windows ItemsDistanceProperty
return System.Windows.DependencyProperty