Back to Devexpress

DrawingObject.Title Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-drawingobject-ce46181d.md

latest1.7 KB
Original Source

DrawingObject.Title Property

Gets or sets the alternative title for a shape.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
string Title { get; set; }
vb
Property Title As String

Property Value

TypeDescription
String

The descriptive title for a shape.

|

Remarks

The Title and Description properties provide the alternative, text-based representation of shape content. This information can be useful for users with vision or cognitive impairments who may not be able to see or understand the object.

Use the AltText property to obtain the entire alternative text content (both the title and description).

See Also

Description

AltText

DrawingObject Interface

DrawingObject Members

DevExpress.XtraRichEdit.API.Native Namespace