C# 클래스 Open.Core.Common.AttachedBehavior.SizeAnimation

An attached-property animation that alters the size of the element.
상속: PropertyAnimation
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HeightPropertyNameProperty System.Windows.DependencyProperty
SyncSizeOnLoadProperty System.Windows.DependencyProperty
WidthPropertyNameProperty System.Windows.DependencyProperty

보호된 메소드들

메소드 설명
Initialize ( ) : void
OnViewModelPropertyChanged ( string propertyName ) : void

비공개 메소드들

메소드 설명
Animate ( double fromValue, double toValue, string propertyName ) : void
AnimateHeight ( ) : void
AnimateWidth ( ) : void
GetDimensionValue ( string propertyName ) : double?
SyncSize ( ) : void

메소드 상세

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

OnViewModelPropertyChanged() 보호된 메소드

protected OnViewModelPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

프로퍼티 상세

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

Gets or sets the name of the double property that specifies the 'Height' value to monitor on the ViewModel.
public static DependencyProperty,System.Windows HeightPropertyNameProperty
리턴 System.Windows.DependencyProperty

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

Gets or sets whether the initial size of the element should be synced with the view-model upon loading.
public static DependencyProperty,System.Windows SyncSizeOnLoadProperty
리턴 System.Windows.DependencyProperty

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

Gets or sets the name of the double property that specifies the 'Width' value to monitor on the ViewModel.
public static DependencyProperty,System.Windows WidthPropertyNameProperty
리턴 System.Windows.DependencyProperty