C# Class TouchSamples.Controls.ScatterViewItem

Inheritance: System.Windows.Controls.ContentControl
显示文件 Open project: pwlodek/CodeGallery Class Usage Examples

Public Properties

Property Type Description
IsSelectedProperty System.Windows.DependencyProperty
ZIndexProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
OnIsSelectedChanged void
ScatterViewItem System.ComponentModel

Protected Methods

Method Description
OnMouseDown ( System e ) : void
OnTouchDown ( System e ) : void

Private Methods

Method Description
OnIsSelectedChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ScatterViewItem ( ) : System.ComponentModel

Method Details

OnMouseDown() protected method

protected OnMouseDown ( System e ) : void
e System
return void

OnTouchDown() protected method

protected OnTouchDown ( System e ) : void
e System
return void

Property Details

IsSelectedProperty public_oe static_oe property

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

ZIndexProperty public_oe static_oe property

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