ImageExportSettings
Class
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
Properties
Gets the area which will be exported.
C#
public GanttArea ExportArea { get; }
ImageSize
Size
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; }