Skip to main content
A newer version of this page is available. .

DXRichEditDocumentCapabilitiesOptions.InlineShapes Property

Gets or sets the document capability to handle inline shapes (objects in the document’s text layer).

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public DocumentCapability InlineShapes { get; set; }

Property Value

Type Description
DocumentCapability

One of the DocumentCapability enumeration members indicating the document’s capability to handle inline shapes.

Property Paths

You can access this nested property as listed below:

Object Type Path to InlineShapes
RichEditControl

Remarks

The DocumentCapability.Default value for the InlineShapes property is equal to DocumentCapability.Enabled, sso that the inline shapes are stayed put when resaving the document with such objects.

See Also