Class Region
Specifies the region of diagram to be executed in FitToPage command
Inheritance
System.Object
Region
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class Region : Enum
Fields
Content
Enables and perform fittopage for content area.
Declaration
public const Region Content
Field Value
Type |
---|
Region |
Custom
Enables and perform fittopage for custom region.
Declaration
public const Region Custom
Field Value
Type |
---|
Region |
PageSettings
Enables and perform fittopage based on the pagewidth and pageheight.
Declaration
public const Region PageSettings
Field Value
Type |
---|
Region |