Class FitModes
Defines how the diagram has to fit into view Page - Fits the diagram content within the viewport Width - Fits the width of the diagram content within the viewport Height - Fits the height of the diagram content within the viewport
Inheritance
System.Object
FitModes
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class FitModes : Enum
Fields
Height
Declaration
public const FitModes Height
Field Value
Type |
---|
FitModes |
Page
Declaration
public const FitModes Page
Field Value
Type |
---|
FitModes |
Width
Declaration
public const FitModes Width
Field Value
Type |
---|
FitModes |