Gets or sets the caption for the "Auto" item in the "Zoom" menu.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public string ZoomAutoCmdText { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ZoomAutoCmdText As String |
A string that represents the caption for the "Auto" item in the "Zoom" menu.
See Also