C# Class Mistilteinn.Controls.GamePreview

Inheritance: System.Windows.Controls.Control, ITextEditer
Mostra file Open project: RuriJudgement/Mistilteinn

Public Properties

Property Type Description
FaceImageProperty System.Windows.DependencyProperty
GameBackgroundProperty System.Windows.DependencyProperty
GameTextProperty System.Windows.DependencyProperty
NameBoardProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Public Methods

Method Description
AddText ( String text ) : void

Private Methods

Method Description
GamePreview ( ) : System
GamePreview_Loaded ( object sender, RoutedEventArgs e ) : void
GamePreview_TextChanged ( object sender, EventArgs e ) : void
SelectNeedTranslate ( ) : void
UpdateText ( bool updateImage ) : void
_content_PreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
_nameBoard_PreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void

Method Details

AddText() public method

public AddText ( String text ) : void
text String
return void

Property Details

FaceImageProperty public_oe static_oe property

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

GameBackgroundProperty public_oe static_oe property

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

GameTextProperty public_oe static_oe property

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

NameBoardProperty public_oe static_oe property

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

TextProperty public_oe static_oe property

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