C# Class TrakHound_Dashboard.Pages.Options.General.Page

Interaction logic for General.xaml
Inheritance: System.Windows.Controls.UserControl, IPage
Datei anzeigen Open project: TrakHound/TrakHound-Community

Public Properties

Property Type Description
SelectedThemeProperty System.Windows.DependencyProperty

Public Methods

Method Description
ChangeTheme ( Uri uri ) : void
Closed ( ) : void
Closing ( ) : bool
GetSentData ( EventData data ) : void
Opened ( ) : void
Opening ( ) : bool
Page ( ) : System
SetZoom ( double zoomPercentage ) : void

Private Methods

Method Description
ChangeTheme ( string key ) : void
CheckBox_Checked ( object sender, RoutedEventArgs e ) : void
SaveTheme ( string key ) : void
SelectedTheme_PropertyChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

ChangeTheme() public method

public ChangeTheme ( Uri uri ) : void
uri System.Uri
return void

Closed() public method

public Closed ( ) : void
return void

Closing() public method

public Closing ( ) : bool
return bool

GetSentData() public method

public GetSentData ( EventData data ) : void
data TrakHound.EventData
return void

Opened() public method

public Opened ( ) : void
return void

Opening() public method

public Opening ( ) : bool
return bool

Page() public method

public Page ( ) : System
return System

SetZoom() public method

public SetZoom ( double zoomPercentage ) : void
zoomPercentage double
return void

Property Details

SelectedThemeProperty public_oe static_oe property

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