Gets or sets the font of the inplace-editing 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 |
An instance of the .NET Font class.
When inplace-editing is started, 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 | © 2023 MindFusion |