Search
PreviewOptions.ScaleFitToPageCmdText Property
See Also
 





Gets or sets the caption of the "Fit to Page" item on the "Scale" menu.

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

 Syntax

C#  Copy Code

public string ScaleFitToPageCmdText { get; set; }

Visual Basic  Copy Code

Public Property ScaleFitToPageCmdText As String

 Property Value

A string that represents the caption of the "Fit to Page" item on the "Scale" menu.

 See Also