C# 클래스 ModernWPF.Controls.BorderWindow

Provides a single side of the resize/glow border window.
상속: System.Windows.Window
파일 보기 프로젝트 열기: soukoku/ModernWPF 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BorderLengthProperty System.Windows.DependencyProperty
GlowOpacityProperty System.Windows.DependencyProperty
IsContentActiveProperty System.Windows.DependencyProperty
PadSizeProperty System.Windows.DependencyProperty
SideProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
BorderWindow ( BorderManager manager ) : System

보호된 메소드들

메소드 설명
OnClosed ( EventArgs e ) : void
OnSourceInitialized ( EventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

BorderWindow() 공개 메소드

public BorderWindow ( BorderManager manager ) : System
manager ModernWPF.Internal.BorderManager
리턴 System

OnClosed() 보호된 메소드

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnSourceInitialized() 보호된 메소드

protected OnSourceInitialized ( EventArgs e ) : void
e System.EventArgs
리턴 void

프로퍼티 상세

BorderLengthProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows BorderLengthProperty
리턴 System.Windows.DependencyProperty

GlowOpacityProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows GlowOpacityProperty
리턴 System.Windows.DependencyProperty

IsContentActiveProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsContentActiveProperty
리턴 System.Windows.DependencyProperty

PadSizeProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows PadSizeProperty
리턴 System.Windows.DependencyProperty

SideProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows SideProperty
리턴 System.Windows.DependencyProperty