C# Class ModernWPF.Controls.BorderWindow

Provides a single side of the resize/glow border window.
Inheritance: System.Windows.Window
Afficher le fichier Open project: soukoku/ModernWPF Class Usage Examples

Méthodes publiques

Свойство Type Description
BorderLengthProperty System.Windows.DependencyProperty
GlowOpacityProperty System.Windows.DependencyProperty
IsContentActiveProperty System.Windows.DependencyProperty
PadSizeProperty System.Windows.DependencyProperty
SideProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
BorderWindow ( BorderManager manager ) : System

Méthodes protégées

Méthode Description
OnClosed ( EventArgs e ) : void
OnSourceInitialized ( EventArgs e ) : void

Private Methods

Méthode Description
ActiveChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ApplyWin32Stuff ( IntPtr hwnd ) : void
BorderWindow ( ) : System
CreateBinding ( string sourcePath, object source, DependencyProperty bindToProperty, IValueConverter converter = null, object converterParameter = null ) : Binding
ShowNoActivate ( ) : void
UpdateBorderBrush ( ) : void

Updates the border brush based on content window's active state.

UpdateChromeBindings ( Chrome chrome ) : void
UpdatePosnWin32 ( double left, double top, double width, double height ) : void
UpdatePosnWpf ( double left, double top, double width, double height ) : void
WndProc ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr

Method Details

BorderWindow() public méthode

public BorderWindow ( BorderManager manager ) : System
manager ModernWPF.Internal.BorderManager
Résultat System

OnClosed() protected méthode

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSourceInitialized() protected méthode

protected OnSourceInitialized ( EventArgs e ) : void
e System.EventArgs
Résultat void

Property Details

BorderLengthProperty public_oe static_oe property

public static DependencyProperty,System.Windows BorderLengthProperty
Résultat System.Windows.DependencyProperty

GlowOpacityProperty public_oe static_oe property

public static DependencyProperty,System.Windows GlowOpacityProperty
Résultat System.Windows.DependencyProperty

IsContentActiveProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsContentActiveProperty
Résultat System.Windows.DependencyProperty

PadSizeProperty public_oe static_oe property

public static DependencyProperty,System.Windows PadSizeProperty
Résultat System.Windows.DependencyProperty

SideProperty public_oe static_oe property

public static DependencyProperty,System.Windows SideProperty
Résultat System.Windows.DependencyProperty