, . (OnAnimationVerticalOffsetChanged ) - ( , , - , , , ).
DP, ( ), DP .
. .
:
:
public double AnimatingVerticalOffset
{
get { return (double)GetValue(AnimatingVerticalOffsetProperty); }
set { SetValue(AnimatingVerticalOffsetProperty, value); }
}
public static readonly DependencyProperty AnimatingVerticalOffsetProperty =
DependencyProperty.Register("AnimatingVerticalOffset", typeof(double), typeof(ListChooser), new UIPropertyMetadata(OnAnimationVerticalOffsetChanged));
static ListChooser()
{
}
, (= > ).
EDIT:
, DP , ! DP , , : inhertiance, bidnings, animation...