Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RichEditBehaviorOptions.MinZoomFactor Property

Specifies the lower limit of document zooming.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v19.2.Core.dll

Declaration

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

Property Value

Type Default Description
Single 0.09

A Single value, specifying the minimum zoom factor.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to MinZoomFactor
WinForms Controls SnapControlOptions
.Behavior.MinZoomFactor
RepositoryItemRichTextEdit
.OptionsBehavior.MinZoomFactor
RichEditControlOptions
.Behavior.MinZoomFactor
WPF Controls RichEditControlOptions
.Behavior.MinZoomFactor
Office File API RichEditControlOptionsBase
.Behavior.MinZoomFactor
ASP.NET Web Forms Controls ASPxRichEditSettings
.Behavior.MinZoomFactor

Remarks

The property affects the ZoomOutCommand command behavior.

See Also