Skip to main content
A newer version of this page is available. .

DiagramOptionsExport.ExportScale Property

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v19.2.dll

Declaration

[DefaultValue(1F)]
[DiagramCategory(DiagramCategory.Export)]
public virtual float ExportScale { get; set; }

Property Value

Type Default
Single 1

Property Paths

You can access this nested property as listed below:

Object Type Path to ExportScale
DiagramControl
.OptionsExport.ExportScale
See Also