Search
DiagramView.UpdateTextOnZoom Property
See Also
 





Gets or sets a value indicating whether to force text layout updates when the zoom factor of the view changes.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public bool UpdateTextOnZoom { get; set; }

Visual Basic  Copy Code

Public Property UpdateTextOnZoom As Boolean

 Property Value

 See Also