New to Telerik UI for BlazorStart a free 30-day trial

The Diagram PNG export options.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class DiagramPngExportOptions

Inheritance: objectDiagramPngExportOptions

Constructors

C#
public DiagramPngExportOptions()

Properties

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

C#
public int? Height { get; set; }

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

C#
public int? Width { get; set; }