Skip to main content
All docs
V25.2
  • PictureFill.SourceRect Property

    Specifies the part of the picture to display in the document.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public RectangleOffset SourceRect { get; set; }

    Property Value

    Type Description
    RectangleOffset

    An object that specifies offsets (in percentage) from the edges of a shape’s bounding box to the center.

    See Also