C# Class SilverlightMappingToolBasic.UI.Extensions.ThicknessAnimation

Mostrar archivo Open project: chris-tomich/Glyma

Public Properties

Property Type Description
ElementProperty System.Windows.DependencyProperty
FromProperty System.Windows.DependencyProperty
TargetProperty System.Windows.DependencyProperty
TargetPropertyProperty System.Windows.DependencyProperty
TimeProperty System.Windows.DependencyProperty
ToProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetElement ( DependencyObject o ) : DependencyObject
GetFrom ( System.Windows.Media.Animation.DoubleAnimation animation ) : System.Windows.Thickness
GetTime ( System.Windows.Media.Animation.DoubleAnimation animation ) : double
GetTo ( System.Windows.Media.Animation.DoubleAnimation animation ) : System.Windows.Thickness
SetElement ( DependencyObject o, DependencyObject value ) : void
SetFrom ( System.Windows.Media.Animation.DoubleAnimation animation, System.Windows.Thickness value ) : void
SetTime ( System.Windows.Media.Animation.DoubleAnimation animation, double value ) : void
SetTo ( System.Windows.Media.Animation.DoubleAnimation animation, System.Windows.Thickness value ) : void

Private Methods

Method Description
OnElementPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnTimeChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetElement() public static method

public static GetElement ( DependencyObject o ) : DependencyObject
o System.Windows.DependencyObject
return System.Windows.DependencyObject

GetFrom() public static method

public static GetFrom ( System.Windows.Media.Animation.DoubleAnimation animation ) : System.Windows.Thickness
animation System.Windows.Media.Animation.DoubleAnimation
return System.Windows.Thickness

GetTime() public static method

public static GetTime ( System.Windows.Media.Animation.DoubleAnimation animation ) : double
animation System.Windows.Media.Animation.DoubleAnimation
return double

GetTo() public static method

public static GetTo ( System.Windows.Media.Animation.DoubleAnimation animation ) : System.Windows.Thickness
animation System.Windows.Media.Animation.DoubleAnimation
return System.Windows.Thickness

SetElement() public static method

public static SetElement ( DependencyObject o, DependencyObject value ) : void
o System.Windows.DependencyObject
value System.Windows.DependencyObject
return void

SetFrom() public static method

public static SetFrom ( System.Windows.Media.Animation.DoubleAnimation animation, System.Windows.Thickness value ) : void
animation System.Windows.Media.Animation.DoubleAnimation
value System.Windows.Thickness
return void

SetTime() public static method

public static SetTime ( System.Windows.Media.Animation.DoubleAnimation animation, double value ) : void
animation System.Windows.Media.Animation.DoubleAnimation
value double
return void

SetTo() public static method

public static SetTo ( System.Windows.Media.Animation.DoubleAnimation animation, System.Windows.Thickness value ) : void
animation System.Windows.Media.Animation.DoubleAnimation
value System.Windows.Thickness
return void

Property Details

ElementProperty public_oe static_oe property

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

FromProperty public_oe static_oe property

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

TargetProperty public_oe static_oe property

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

TargetPropertyProperty public_oe static_oe property

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

TimeProperty public_oe static_oe property

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

ToProperty public_oe static_oe property

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