C# Class GlowingWindow.Glowing.GlowWindow

ウィンドウの四辺にアタッチされる発光ウィンドウを表します。
Inheritance: System.Windows.Window
Show file Open project: WELL-E/LoginSample

Public Properties

Property Type Description
ActiveGlowBrushProperty System.Windows.DependencyProperty
ChromeModeProperty System.Windows.DependencyProperty
InactiveGlowBrushProperty System.Windows.DependencyProperty
IsGlowingProperty System.Windows.DependencyProperty
OrientationProperty System.Windows.DependencyProperty

Public Methods

Method Description
Update ( ) : void

Protected Methods

Method Description
OnClosed ( EventArgs e ) : void
OnSourceInitialized ( EventArgs e ) : void

Private Methods

Method Description
GlowWindow ( ) : System
GlowWindow ( MetroChromeBehavior behavior, GlowWindowProcessor processor ) : System
SetWindowStyle ( ) : void
UpdateCore ( ) : void
WndProc ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr

Method Details

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
return void

OnSourceInitialized() protected method

protected OnSourceInitialized ( EventArgs e ) : void
e System.EventArgs
return void

Update() public method

public Update ( ) : void
return void

Property Details

ActiveGlowBrushProperty public static property

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

ChromeModeProperty public static property

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

InactiveGlowBrushProperty public static property

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

IsGlowingProperty public static property

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

OrientationProperty public static property

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