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

These settings are used for exporting images using ImageExportingService.

Definition

Namespace:Telerik.Windows.Controls.GanttView

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

C#
public class ImageExportSettings

Inheritance: objectImageExportSettings

Constructors

C#
public ImageExportSettings(Size imageSize, bool showHeaders, GanttArea area)
Parameters:imageSizeSizeshowHeadersboolareaGanttArea

Properties

Gets the area which will be exported.

C#
public GanttArea ExportArea { get; }

Gets the size of the exported image.

C#
public Size ImageSize { get; }

Gets whether to export the headers or not.

C#
public bool ShowHeaders { get; }