Skip to main content

DiagramOptionsView.MaxZoomFactor Property

Specifies the maximum diagram zoom factor.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[DefaultValue(30F)]
public virtual float MaxZoomFactor { get; set; }

Property Value

Type Default Description
Single 30

A System.Single value that represents the maximum diagram zoom factor.

Property Paths

You can access this nested property as listed below:

Object Type Path to MaxZoomFactor
DiagramControl
.OptionsView .MaxZoomFactor
See Also