Back to Devexpress

SpreadsheetBehaviorOptions.MinZoomFactor Property

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetbehavioroptions-27b9a9fc.md

latest1.6 KB
Original Source

SpreadsheetBehaviorOptions.MinZoomFactor Property

Gets or sets the upper limit of document zooming. This is a dependency property.

Namespace : DevExpress.Xpf.Spreadsheet

Assembly : DevExpress.Xpf.Spreadsheet.v25.2.dll

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public float MinZoomFactor { get; set; }
vb
Public Property MinZoomFactor As Single

Property Value

TypeDescription
Single

A Single value specifying the maximum zoom factor.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to MinZoomFactor
SpreadsheetControlOptions

.Behavior .MinZoomFactor

|

Remarks

Specify this property to limit document magnification.

See Also

MinZoomFactor

SpreadsheetBehaviorOptions Class

SpreadsheetBehaviorOptions Members

DevExpress.Xpf.Spreadsheet Namespace