Search
PreviewOptions.OriginalScaleCmdText Property
See Also
 





Gets or sets the caption for the "Original Scale" item on the "Scale" menu.

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

 Syntax

C#  Copy Code

public string OriginalScaleCmdText { get; set; }

Visual Basic  Copy Code

Public Property OriginalScaleCmdText As String

 Property Value

A string that represents the caption on the "Original Scale" menu item.

 See Also