Skip to main content

RichEditControl.ViewBounds Property

Gets the view bounds of the RichEditControl.

Namespace: DevExpress.Xpf.RichEdit

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

#Declaration

public Rectangle ViewBounds { get; }

#Property Value

Type Description
Rectangle

A Rectangle, representing RichEditControl's view dimensions, measured in documents.

#Implements

See Also