Skip to main content

DiagramOptionsView.MinZoomFactor Property

Specifies the minimum diagram zoom factor.

Namespace: DevExpress.XtraDiagram.Options

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[DefaultValue(0.01F)]
public virtual float MinZoomFactor { get; set; }

Property Value

Type Default Description
Single 0.01

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

Property Paths

You can access this nested property as listed below:

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