Back to Devexpress

RichEditControl.ViewBounds Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-4b6a25c4.md

latest1.3 KB
Original Source

RichEditControl.ViewBounds Property

Gets the bounds of the RichEditControl client region.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public Rectangle ViewBounds { get; }
vb
Public ReadOnly Property ViewBounds As Rectangle

Property Value

TypeDescription
Rectangle

A Rectangle object which represents the bounding rectangle of the control’s client region in layout units.

|

Remarks

The client region of the control is the area occupied by the control, excluding its borders.

See Also

LayoutUnit

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace