Back to Devexpress

DXRichEditBehaviorOptions.MaxZoomFactor Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditbehavioroptions-e20408ee.md

latest1.6 KB
Original Source

DXRichEditBehaviorOptions.MaxZoomFactor Property

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

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

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

Property Value

TypeDescription
Single

A Single value that is the maximum zoom factor.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to MaxZoomFactor
RichEditControl

.BehaviorOptions .MaxZoomFactor

|

Remarks

This property affects the ZoomInCommand behavior.

See Also

DXRichEditBehaviorOptions Class

DXRichEditBehaviorOptions Members

DevExpress.Xpf.RichEdit Namespace