Gets or sets the control used to edit the item's text.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Control EditControl { get; set; } |
Visual Basic Copy Code |
---|
Public Property EditControl As Control |
An instance of the .NET TextBox class.
WpfDiagram Programmer's Guide | © 2024 MindFusion |