Skip to main content
All docs
V25.1
  • DrawingObject.PictureFormat Property

    Provides access to picture settings.

    Namespace: DevExpress.XtraRichEdit.API.Native

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

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    PictureFormat PictureFormat { get; }

    Property Value

    Type Description
    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