TextEditingStarting
StockSharp.Xaml.Diagram.GXDiagram.Tool
This enum specifies the different ways users can start the TextEditingTool.
Поля
SingleClick : TextEditingStarting
A single click on a TextBlock with go:Part.TextEditable attached property set to true will start in-place editing.
SingleClickSelected : TextEditingStarting
A single click on a TextBlock with go:Part.TextEditable attached property set to true will start in-place editing, but only if the Part that the TextBlock is in is already selected.