Back to Devexpress

DXRichEditBehaviorOptions.DefaultMaxZoomFactor Property

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

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

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

Property Value

TypeDescription
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 TypePath to DefaultMaxZoomFactor
RichEditControl

.BehaviorOptions .DefaultMaxZoomFactor

|

See Also

DXRichEditBehaviorOptions Class

DXRichEditBehaviorOptions Members

DevExpress.Xpf.RichEdit Namespace