TextEditingStarting

StockSharp.Xaml.Diagram.GXDiagram.Tool

This enum specifies the different ways users can start the TextEditingTool.

Fields

SingleClick
public const TextEditingStarting SingleClick
value = TextEditingStarting.SingleClick

A single click on a TextBlock with go:Part.TextEditable attached property set to true will start in-place editing.

SingleClickSelected
public const TextEditingStarting SingleClickSelected
value = TextEditingStarting.SingleClickSelected

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.