Back to Devexpress

PictureFill.ScaleX Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-picturefill-7537df1a.md

latest1.2 KB
Original Source

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

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

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

Property Value

TypeDescription
Single

The horizontal scaling factor of the picture fill.

|

See Also

PictureFill Class

PictureFill Members

DevExpress.Docs.Presentation Namespace