C# 클래스 SilverlightMappingToolBasic.UI.Extensions.ThicknessAnimation

파일 보기 프로젝트 열기: chris-tomich/Glyma

공개 프로퍼티들

프로퍼티 타입 설명
ElementProperty System.Windows.DependencyProperty
FromProperty System.Windows.DependencyProperty
TargetProperty System.Windows.DependencyProperty
TargetPropertyProperty System.Windows.DependencyProperty
TimeProperty System.Windows.DependencyProperty
ToProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
OnElementPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnTimeChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

GetElement() 공개 정적인 메소드

public static GetElement ( DependencyObject o ) : DependencyObject
o System.Windows.DependencyObject
리턴 System.Windows.DependencyObject

GetFrom() 공개 정적인 메소드

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

GetTime() 공개 정적인 메소드

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

GetTo() 공개 정적인 메소드

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

SetElement() 공개 정적인 메소드

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

SetFrom() 공개 정적인 메소드

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

SetTime() 공개 정적인 메소드

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

SetTo() 공개 정적인 메소드

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

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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

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

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