C# Class MTMCL.Setting.GridColor

GridColor.xaml 的互動邏輯
Inheritance: System.Windows.Controls.Grid
Exibir arquivo Open project: cvronmin/metocraft Class Usage Examples

Public Methods

Method Description
GridColor ( ) : System
GridColor ( Grid parent ) : System
GridColor ( Grid parent, string color ) : System
GridColor ( Grid parent, string color, MahApps accent ) : System

Private Methods

Method Description
Back ( ) : void
Grid_Initialized ( object sender, EventArgs e ) : void
Grid_Loaded ( object sender, RoutedEventArgs e ) : void
butBack_Click ( object sender, RoutedEventArgs e ) : void
butCreate_Click ( object sender, RoutedEventArgs e ) : void
listColor_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Method Details

GridColor() public method

public GridColor ( ) : System
return System

GridColor() public method

public GridColor ( Grid parent ) : System
parent System.Windows.Controls.Grid
return System

GridColor() public method

public GridColor ( Grid parent, string color ) : System
parent System.Windows.Controls.Grid
color string
return System

GridColor() public method

public GridColor ( Grid parent, string color, MahApps accent ) : System
parent System.Windows.Controls.Grid
color string
accent MahApps
return System