Class DiagramRegions
Specifies the region that has to be drawn as an image
Inheritance
System.Object
DiagramRegions
Namespace: Syncfusion.Blazor.Diagrams
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class DiagramRegions : Enum
Fields
Content
Sets to export the diagram content alone.
Declaration
public const DiagramRegions Content
Field Value
Type | Description |
---|---|
DiagramRegions |
CustomBounds
Sets to export the diagram with the given bounds.
Declaration
public const DiagramRegions CustomBounds
Field Value
Type | Description |
---|---|
DiagramRegions |
PageSettings
Sets to export the diagram with the given page settings.
Declaration
public const DiagramRegions PageSettings
Field Value
Type | Description |
---|---|
DiagramRegions |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |