Back to Devexpress

DrawingObject.PictureFormat Property

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

latest2.1 KB
Original Source

DrawingObject.PictureFormat Property

Provides access to picture settings.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
PictureFormat PictureFormat { get; }
vb
ReadOnly Property PictureFormat As PictureFormat

Property Value

TypeDescription
PictureFormat

An object that contains picture settings.

|

Remarks

Use the PictureFormat property to access the following picture settings:

Use the DrawingObject.Type property to determine whether a drawing object is a picture.

See Also

DrawingObject Interface

DrawingObject Members

DevExpress.XtraRichEdit.API.Native Namespace