Back to Devexpress

PictureFill.ScaleY Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-picturefill-719617bf.md

latest1.2 KB
Original Source

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.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public float ScaleY { get; set; }
vb
Public Property ScaleY As Single

Property Value

TypeDescription
Single

The vertical scaling factor of the picture fill.

|

See Also

PictureFill Class

PictureFill Members

DevExpress.Docs.Presentation Namespace