Class FitToPage
Specifies the behavior of FitToPage Command.
Inheritance
System.Object
FitToPage
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class FitToPage : Enum
Fields
FitToHeight
Enables and perform fittopage based on height.
Declaration
public const FitToPage FitToHeight
Field Value
Type |
---|
FitToPage |
FitToPage
Enables and perform fittopage based on width and height.
Declaration
public const FitToPage FitToPage
Field Value
Type |
---|
FitToPage |
FitToWidth
Enables and perform fittopage based on width.
Declaration
public const FitToPage FitToWidth
Field Value
Type |
---|
FitToPage |
None
Disables all the behavior of FitToPage.
Declaration
public const FitToPage None
Field Value
Type |
---|
FitToPage |