GoXam for WPF v3
Active Property (DiagramTool)
Northwoods.GoXam.Tool Namespace > DiagramTool Class : Active Property
Gets or sets whether this tool is started and is actively doing something.
Syntax
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public bool Active {get; set;}
Remarks
You can set this to true after your tool is started (i.e. when it is the Northwoods.GoXam.Diagram.CurrentTool and DoStart had been called), but when it is not yet in a state that it is actually "doing" something, because it is waiting for the right circumstances. This is typically only important when the tool is used in a modal fashion.
See Also

Reference

DiagramTool Class
DiagramTool Members