Class
DiagramPngExportOptions

The Diagram PNG export options.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DiagramPngExportOptions

Inheritance: objectDiagramPngExportOptions

Constructors

DiagramPngExportOptions()

Declaration

cs-api-definition
public DiagramPngExportOptions()

Properties

Height

The height of the exported PNG image. Defaults to diagram height.

Declaration

cs-api-definition
public int? Height { get; set; }

Property Value

int?

Width

The width of the exported PNG image. Defaults to diagram width.

Declaration

cs-api-definition
public int? Width { get; set; }

Property Value

int?