C# Class WritersBattleField.View.MarkingLayerView

MarkingLayerView.xaml の相互作用ロジック
Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Methods

Method Description
BindModel ( WritersBattleFieldViewModel model ) : void
ClearUIElement ( Type uiElement ) : void
MarkingLayerView ( ) : System

Private Methods

Method Description
button1_Click ( object sender, RoutedEventArgs e ) : void
canvas_MouseDown ( object sender, System e ) : void
canvas_MouseMove ( object sender, System e ) : void
canvas_MouseRightButtonDown ( object sender, System e ) : void

Method Details

BindModel() public method

public BindModel ( WritersBattleFieldViewModel model ) : void
model WritersBattleField.ViewModel.WritersBattleFieldViewModel
return void

ClearUIElement() public method

public ClearUIElement ( Type uiElement ) : void
uiElement System.Type
return void

MarkingLayerView() public method

public MarkingLayerView ( ) : System
return System