Gets or sets the font of the inplace-edit text box.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Font InplaceEditFont { get; set; } |
Visual Basic Copy Code |
---|
Public Property InplaceEditFont As Font |
A Font instance.
When inplace-editing starts, a new TextBox control is created over the edited node. InplaceEditFont is assigned to the Font property of that text box.
WpfDiagram Programmer's Guide | © 2024 MindFusion |