Back to Devexpress

CharacterBox Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-053bfc10.md

latest1.7 KB
Original Source

CharacterBox Class

Layout element which relates to a single character in the PlainTextBox element.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class CharacterBox :
    Box
vb
Public Class CharacterBox
    Inherits Box

Remarks

Use the DocumentLayout.Split method to obtain the CharacterBox collection from the PlainTextBox element.

Implements

RangedLayoutElement

LayoutElement

Inheritance

Object LayoutElementBase RangedLayoutElementBase Box CharacterBox

See Also

CharacterBox Members

DevExpress.XtraRichEdit.API.Layout Namespace