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
SyntaxC#
Copy Code
|
|---|
public bool UpdateTextOnZoom { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property UpdateTextOnZoom As Boolean |
See Also