Gets or sets the caption of the "Decrease Scale" menu item.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public string DecreaseScaleCmdText { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DecreaseScaleCmdText As String |
A string that specifies the caption of the "Decrease Scale" menu item.
See Also