C# Class Open.Core.Common.AttachedBehavior.RotateAnimation

An attached-property animation that rotates the element.
Inheritance: NamedPropertyAnimation
Show file Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Protected Methods

Method Description
Initialize ( ) : void
OnViewModelPropertyChanged ( string propertyName ) : void

Method Details

Initialize() protected method

protected Initialize ( ) : void
return void

OnViewModelPropertyChanged() protected method

protected OnViewModelPropertyChanged ( string propertyName ) : void
propertyName string
return void