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

    Gets or sets the vertical scaling factor of the picture fill. 100.0f means original height; 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 ScaleY { get; set; }

    Property Value

    Type Description
    Single

    The vertical scaling factor of the picture fill.

    See Also