C# 클래스 ICSharpCode.WpfDesign.Designer.Controls.CanvasPositionHandle

Adorner that displays the margin of a control in a Grid.
상속: MarginHandle
파일 보기 프로젝트 열기: icsharpcode/WpfDesigner 1 사용 예제들

공개 메소드들

메소드 설명
CanvasPositionHandle ( DesignItem adornedControlItem, AdornerPanel adornerPanel, HandleOrientation orientation ) : System
OnApplyTemplate ( ) : void

비공개 메소드들

메소드 설명
BindAndPlaceHandle ( ) : void

Binds the MarginHandle.HandleLength to the margin and place the handles.

CanvasPositionHandle ( ) : System
OnPropertyChanged ( object sender, EventArgs e ) : void

메소드 상세

CanvasPositionHandle() 공개 메소드

public CanvasPositionHandle ( DesignItem adornedControlItem, AdornerPanel adornerPanel, HandleOrientation orientation ) : System
adornedControlItem DesignItem
adornerPanel AdornerPanel
orientation HandleOrientation
리턴 System

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void