Search
PreviewOptions.ZoomAutoCmdText Property
See Also
 





Gets or sets the caption for the "Auto" item in the "Zoom" menu.

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

 Syntax

C#  Copy Code

public string ZoomAutoCmdText { get; set; }

Visual Basic  Copy Code

Public Property ZoomAutoCmdText As String

 Property Value

A string that represents the caption for the "Auto" item in the "Zoom" menu.

 See Also