Back to Devexpress

RichEditBehaviorOptions.DefaultMaxZoomFactor Property

officefileapi-devexpress-dot-xtrarichedit-dot-richeditbehavioroptions-8eaeed68.md

latest1.9 KB
Original Source

RichEditBehaviorOptions.DefaultMaxZoomFactor Property

Indicates the maximum default zoom factor.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[Browsable(false)]
public float DefaultMaxZoomFactor { get; }
vb
<Browsable(False)>
Public ReadOnly Property DefaultMaxZoomFactor As Single

Property Value

TypeDescription
Single

A Single value, specifying the default maximum zoom factor (it equals positive infinity, by default).

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DefaultMaxZoomFactor
RichEditControlOptionsBase

.Behavior .DefaultMaxZoomFactor

|

Remarks

Use the RichEditBehaviorOptions.MaxZoomFactor property to specify the maximum zoom factor.

See Also

MaxZoomFactor

RichEditBehaviorOptions Class

RichEditBehaviorOptions Members

DevExpress.XtraRichEdit Namespace