Back to Devexpress

DiagramOptionsExport.ExportScale Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionsexport-623b74e8.md

latest1.7 KB
Original Source

DiagramOptionsExport.ExportScale Property

Specifies the scale factor to apply to the diagram that is being exported.

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(1F)]
[DiagramCategory(DiagramCategory.Export)]
public virtual float ExportScale { get; set; }
vb
<DefaultValue(1F)>
<DiagramCategory(DiagramCategory.Export)>
Public Overridable Property ExportScale As Single

Property Value

TypeDefaultDescription
Single1

A single value that represents the scale factor. Values from 0.1 to 30 are supported.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ExportScale
DiagramControl

.OptionsExport .ExportScale

|

See Also

DiagramOptionsExport Class

DiagramOptionsExport Members

DevExpress.XtraDiagram.Options Namespace