Enum FitToPage
Specifies the behavior of FitToPage Command.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
[Flags]
public enum FitToPage
Fields
| Name | Description |
|---|---|
| FitToHeight | Enables and perform fittopage based on height. |
| FitToPage | Enables and perform fittopage based on width and height. |
| FitToWidth | Enables and perform fittopage based on width. |
| None | Disables all the behavior of FitToPage. |