DiagramOptionsBehavior.ActiveTool Property
In This Article
Specifies the currently selected diagram tool.
Namespace: DevExpress.XtraDiagram.Options
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
[Browsable(false)]
public virtual DiagramTool ActiveTool { get; set; }
#Property Value
Type | Description |
---|---|
Diagram |
A Diagram |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Active |
---|---|
Diagram |
|
#Remarks
By default, the DiagramControl uses the pointer tool. Use the ActiveTool property to select the desired tool.
See Also