Skip to main content

RichEditView.ZoomFactor Property

Gets or sets the current zoom level used to display the document.

Namespace: DevExpress.XtraRichEdit

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

#Declaration

[DefaultValue(1F)]
public float ZoomFactor { get; set; }

#Property Value

Type Default Description
Single

1

The factor by which the contents of the control is zoomed.

See Also