Back to Devexpress

DXRichEditBehaviorOptions.MinZoomFactor Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditbehavioroptions-661ac282.md

latest1.6 KB
Original Source

DXRichEditBehaviorOptions.MinZoomFactor Property

Gets or sets the lower 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 MinZoomFactor { get; set; }
vb
Public Property MinZoomFactor As Single

Property Value

TypeDescription
Single

A Single value that is the minimum zoom factor.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to MinZoomFactor
RichEditControl

.BehaviorOptions .MinZoomFactor

|

Remarks

This property affects the ZoomOutCommand command behavior.

See Also

DXRichEditBehaviorOptions Class

DXRichEditBehaviorOptions Members

DevExpress.Xpf.RichEdit Namespace