Back to Devexpress

DiagramOptionsView.MinZoomFactor Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionsview-1fdfa339.md

latest1.7 KB
Original Source

DiagramOptionsView.MinZoomFactor Property

Specifies the minimum diagram zoom factor.

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(0.01F)]
public virtual float MinZoomFactor { get; set; }
vb
<DefaultValue(0.01F)>
Public Overridable Property MinZoomFactor As Single

Property Value

TypeDefaultDescription
Single0.01

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to MinZoomFactor
DiagramControl

.OptionsView .MinZoomFactor

|

See Also

MaxZoomFactor

ZoomFactor

DiagramOptionsView Class

DiagramOptionsView Members

DevExpress.XtraDiagram.Options Namespace