C# Class MegaMan.Editor.Controls.TilePanel

Interaction logic for TilePanel.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: Tesserex/C--MegaMan-Engine

Public Properties

Property Type Description
MultiSelectProperty System.Windows.DependencyProperty
SelectedTileProperty System.Windows.DependencyProperty
SelectedTilesProperty System.Windows.DependencyProperty

Public Methods

Method Description
TilePanel ( ) : System.Collections.Generic

Private Methods

Method Description
TileList_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Method Details

TilePanel() public method

public TilePanel ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

MultiSelectProperty public static property

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

SelectedTileProperty public static property

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

SelectedTilesProperty public static property

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