Back to Devexpress

DiagramOptionsBehavior.TextTool Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionsbehavior-475d3025.md

latest1.8 KB
Original Source

DiagramOptionsBehavior.TextTool Property

Specifies the tool that is used when the user selects the Text tool in the Ribbon.

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[Browsable(false)]
public virtual DiagramTool TextTool { get; set; }
vb
<Browsable(False)>
Public Overridable Property TextTool As DiagramTool

Property Value

TypeDescription
DiagramTool

A DiagramTool object that represents the text tool.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to TextTool
DiagramControl

.OptionsBehavior .TextTool

|

Remarks

The Text tool creates a diagram item with transparent background and outline that can be used to add a text label or annotation.

See Also

DiagramOptionsBehavior Class

DiagramOptionsBehavior Members

DevExpress.XtraDiagram.Options Namespace