C# 클래스 GitSharp.Demo.Controls.DockPanelSplitter

DockPanelSplitter is a splitter control for DockPanels. Add the DockPanelSplitter after the element you want to resize. Set the DockPanel.Dock to define which edge the splitter should work on.
상속: System.Windows.Controls.Border
파일 보기 프로젝트 열기: henon/GitSharp.Demo

공개 프로퍼티들

프로퍼티 타입 설명
ProportionalResizeProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
DockPanelSplitter ( ) : System.Diagnostics
DockPanelSplitter_Loaded ( object sender, RoutedEventArgs e ) : void

보호된 메소드들

메소드 설명
OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseUp ( System.Windows.Input.MouseButtonEventArgs e ) : void

비공개 메소드들

메소드 설명
AdjustHeight ( double dy, Dock dock ) : double
AdjustWidth ( double dx, Dock dock ) : double
Parent_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
SetTargetHeight ( double new_height ) : void
SetTargetWidth ( double new_width ) : void
UpdateTargetElement ( ) : void

Update the target element (the element the DockPanelSplitter works on)

메소드 상세

DockPanelSplitter() 공개 메소드

public DockPanelSplitter ( ) : System.Diagnostics
리턴 System.Diagnostics

DockPanelSplitter_Loaded() 공개 메소드

public DockPanelSplitter_Loaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnMouseEnter() 보호된 메소드

protected OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
리턴 void

OnMouseMove() 보호된 메소드

protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
리턴 void

OnMouseUp() 보호된 메소드

protected OnMouseUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

프로퍼티 상세

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

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