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

    Indicates whether the picture fill is stretched when tiled.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool Stretch { get; set; }

    Property Value

    Type Description
    Boolean

    true if the picture fill is stretched when tiled; otherwise, false.

    See Also