Skip to main content
All docs
V26.1
  • PictureFillOptions(PictureFillMode) Constructor

    Initializes a new instance of the PictureFillOptions class with specified settings.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public PictureFillOptions(
        PictureFillMode fillMode
    )

    Parameters

    Name Type
    fillMode PictureFillMode
    See Also