IToolService Interface
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Service that manages tool selection.
Syntax
public interface IToolService
Properties
CurrentTool | Gets/Sets the currently selected tool. |
DesignPanelHitTestFilterCallback | Set custom HitTestFilterCallback for DesignPanel |
PointerTool | Gets the 'pointer' tool. The pointer tool is the default tool for selecting and moving elements. |
Events
CurrentToolChanged | Is raised when the current tool changes. |