C# Class ICSharpCode.WpfDesign.Designer.Controls.CanvasPositionHandle

Adorner that displays the margin of a control in a Grid.
Inheritance: MarginHandle
ファイルを表示 Open project: icsharpcode/WpfDesigner Class Usage Examples

Public Methods

Method Description
CanvasPositionHandle ( DesignItem adornedControlItem, AdornerPanel adornerPanel, HandleOrientation orientation ) : System
OnApplyTemplate ( ) : void

Private Methods

Method Description
BindAndPlaceHandle ( ) : void

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

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

Method Details

CanvasPositionHandle() public method

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

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void