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