Back to Devexpress

RichEditBehaviorOptions.MinZoomFactor Property

officefileapi-devexpress-dot-xtrarichedit-dot-richeditbehavioroptions-7070adef.md

latest1.8 KB
Original Source

RichEditBehaviorOptions.MinZoomFactor Property

Specifies the lower limit of document zooming.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDefaultDescription
Single0.09

A Single value, specifying the minimum zoom factor.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to MinZoomFactor
RichEditControlOptionsBase

.Behavior .MinZoomFactor

|

Remarks

The property affects the ZoomOutCommand command behavior.

See Also

MaxZoomFactor

RichEditBehaviorOptions Class

RichEditBehaviorOptions Members

DevExpress.XtraRichEdit Namespace