Enum TextEditingStarting
This enumeration specifies possible values for Starting.
Namespace: Northwoods.Go.Tools
Assembly: Northwoods.GoDiagram.Avalonia.dll
Syntax
public enum TextEditingStarting
Fields
Name | Description |
---|---|
DoubleClick | A double click on a TextBlock with Editable property set to true will start in-place editing. |
SingleClick | A single click on a TextBlock with Editable property set to true will start in-place editing. |
SingleClickSelected | A single click on a TextBlock with Editable property set to true will start in-place editing, but only if the Part that the TextBlock is in is already selected. |