MindFusion.Wpf Pack Programmer's Guide
DiagramView.InplaceEditFont Property
See Also
 





Gets or sets the font of the inplace-edit text box.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Font InplaceEditFont { get; set; }

Visual Basic  Copy Code

Public Property InplaceEditFont As Font

 Property Value

A Font instance.

 Remarks

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.

 See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming.Wpf Namespace
AllowInplaceEdit Property