Skip to main content
All docs
V26.1
  • PictureFill.ScaleX Property

    Gets or sets the horizontal scaling factor of the picture fill. 100.0f means original width; values larger than 100.0f enlarge, values smaller than 100.0f shrink.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public float ScaleX { get; set; }

    Property Value

    Type Description
    Single

    The horizontal scaling factor of the picture fill.

    See Also