C# Class ThemeEditor.WPF.Controls.Renderers.BottomFolderRenderer

Inheritance: System.Windows.FrameworkElement
Show file Open project: usagirei/3DS-Theme-Editor

Public Properties

Property Type Description
ThemeProperty System.Windows.DependencyProperty

Public Methods

Method Description
BottomFolderRenderer ( ) : System

Protected Methods

Method Description
OnRender ( System.Windows.Media.DrawingContext dc ) : void

Private Methods

Method Description
OnIsEnabledChanged ( DependencyObject elem, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnIsEnabledChanged ( bool oldValue, bool newValue ) : void
OnRender_BackgroundColor ( System.Windows.Media.DrawingContext dc, Color innerMain, Color innerEdge, Color innerGlow, Color innerShadow ) : void
OnRender_SolidColor ( System.Windows.Media.DrawingContext dc, bool custom ) : void
OnRendering ( object sender, EventArgs eventArgs ) : void
StartListening ( ) : void
StopListening ( ) : void
ViewModelBaseOnViewModelChanged ( ViewModelBase args ) : void

Method Details

BottomFolderRenderer() public method

public BottomFolderRenderer ( ) : System
return System

OnRender() protected method

protected OnRender ( System.Windows.Media.DrawingContext dc ) : void
dc System.Windows.Media.DrawingContext
return void

Property Details

ThemeProperty public static property

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