Skip to main content
A newer version of this page is available. .

DXRichEditBehaviorOptions.DefaultMaxZoomFactor Property

Indicates the maximum default zoom factor of a RichEditControl. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

[Browsable(false)]
public float DefaultMaxZoomFactor { get; }

Property Value

Type Description
Single

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

Property Paths

You can access this nested property as listed below:

Object Type Path to DefaultMaxZoomFactor
RichEditControl
.BehaviorOptions .DefaultMaxZoomFactor
See Also