ShapeFormat Interface
Contains shape properties.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Related API Members
The following members return ShapeFormat objects:
Remarks
A ShapeFormat object allows you to access the following shape properties:
ShapeFormat.ConnectionSiteCount - returns the number of connection sites for a shape.
ShapeFormat.Preset - specifies a shape’s form.
ShapeFormat.HasText - determines whether a shape contains text.
ShapeFormat.TextBox - provides access to text box settings and allows you to modify its content.
See Also