DiagramOptionsExport.ExportScale Property
Specifies the scale factor to apply to the diagram that is being exported.
Namespace: DevExpress.XtraDiagram.Options
Assembly: DevExpress.XtraDiagram.v25.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
[DefaultValue(1F)]
[DiagramCategory(DiagramCategory.Export)]
public virtual float ExportScale { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| Single | 1 | 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 Type | Path to ExportScale |
|---|---|
| DiagramControl |
|
See Also