C# 클래스 Yuhan.WPF.CustomWindow.WindowResizingAdorner

상속: System.Windows.Documents.Adorner
파일 보기 프로젝트 열기: hansuky/Yuhan 1 사용 예제들

공개 메소드들

메소드 설명
WindowResizingAdorner ( UIElement element, Window window ) : System

Instantiates WindowResizingAdorner class

보호된 메소드들

메소드 설명
ArrangeOverride ( Size finalSize ) : Size
GetVisualChild ( int index ) : Visual

비공개 메소드들

메소드 설명
CreateThumb ( Position position, System.Windows.Input.Cursor cursor ) : WindowThumb

Auxilliary method for creating thumbs

SetWindowHeight ( double height ) : void

Auxiliary method for setting Window height

SetWindowWidth ( double width ) : void

Auxiliary method for setting Window width

Thumb_DragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
Thumb_DragStarted ( object sender, System.Windows.Controls.Primitives.DragStartedEventArgs e ) : void

메소드 상세

ArrangeOverride() 보호된 메소드

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
리턴 System.Windows.Size

GetVisualChild() 보호된 메소드

protected GetVisualChild ( int index ) : Visual
index int
리턴 Visual

WindowResizingAdorner() 공개 메소드

Instantiates WindowResizingAdorner class
public WindowResizingAdorner ( UIElement element, Window window ) : System
element UIElement Control into which's adorer layer will be this adorner added
window System.Windows.Window
리턴 System