C# Class MetroRadiance.UI.Controls.ThemeHelper

Exibir arquivo Open project: Grabacr07/MetroRadiance

Public Properties

Property Type Description
HasThemeResourcesProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetHasThemeResources ( FrameworkElement element ) : bool
SetHasThemeResources ( FrameworkElement element, bool value ) : void

Private Methods

Method Description
HasThemeResourcesChangedCallback ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

GetHasThemeResources() public static method

public static GetHasThemeResources ( FrameworkElement element ) : bool
element System.Windows.FrameworkElement
return bool

SetHasThemeResources() public static method

public static SetHasThemeResources ( FrameworkElement element, bool value ) : void
element System.Windows.FrameworkElement
value bool
return void

Property Details

HasThemeResourcesProperty public_oe static_oe property

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