Gets or sets the font of the inplace-edit text box.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public Font InplaceEditFont { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property InplaceEditFont As Font |
An instance of the .NET Font class.
RemarksWhen inplace-editing starts, MindFusion.Diagramming creates a new TextBox control over the edited item, unless you handle the CreateEditControl event to create a custom editor. InplaceEditFont is assigned to the Font property of that text box.
See Also