C# Class mtWPFInertia.Picture

Interaction logic for Picture.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: RIT-Tool-Time/Cascade Class Usage Examples

Public Properties

Property Type Description
AngleProperty System.Windows.DependencyProperty
ImagePathProperty System.Windows.DependencyProperty
ScaleXProperty System.Windows.DependencyProperty
ScaleYProperty System.Windows.DependencyProperty
XProperty System.Windows.DependencyProperty
YProperty System.Windows.DependencyProperty

Public Methods

Method Description
Picture ( ) : System

Private Methods

Method Description
InitializeComponent ( ) : void
System ( int connectionId, object target ) : void

Method Details

Picture() public method

public Picture ( ) : System
return System

Property Details

AngleProperty public static property

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

ImagePathProperty public static property

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

ScaleXProperty public static property

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

ScaleYProperty public static property

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

XProperty public static property

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

YProperty public static property

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