Back to Devexpress

DiagramOptionsView.MaxZoomFactor Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionsview-2f034544.md

latest1.7 KB
Original Source

DiagramOptionsView.MaxZoomFactor Property

Specifies the maximum diagram zoom factor.

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

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

Property Value

TypeDefaultDescription
Single30

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to MaxZoomFactor
DiagramControl

.OptionsView .MaxZoomFactor

|

See Also

MinZoomFactor

ZoomFactor

DiagramOptionsView Class

DiagramOptionsView Members

DevExpress.XtraDiagram.Options Namespace