C# Class SilverlightMappingToolBasic.UI.SuperGraph.View.MouseCursor.SuperCursor

Inheritance: IDisposable
Show file Open project: chris-tomich/Glyma

Public Properties

Property Type Description
CursorTemplateProperty System.Windows.DependencyProperty

Public Methods

Method Description
Dispose ( ) : void
GetCursorTemplate ( DependencyObject obj ) : System.Windows.DataTemplate
SetCursorTemplate ( DependencyObject obj, System.Windows.DataTemplate value ) : void
SetTemplate ( System.Windows.DataTemplate template ) : void

Private Methods

Method Description
OnCursorTemplatePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SuperCursor ( FrameworkElement element, System.Windows.DataTemplate template ) : System
element_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
element_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetCursorTemplate() public static method

public static GetCursorTemplate ( DependencyObject obj ) : System.Windows.DataTemplate
obj System.Windows.DependencyObject
return System.Windows.DataTemplate

SetCursorTemplate() public static method

public static SetCursorTemplate ( DependencyObject obj, System.Windows.DataTemplate value ) : void
obj System.Windows.DependencyObject
value System.Windows.DataTemplate
return void

SetTemplate() public method

public SetTemplate ( System.Windows.DataTemplate template ) : void
template System.Windows.DataTemplate
return void

Property Details

CursorTemplateProperty public static property

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