C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / Field Class / PictureScale Property

In This Topic
PictureScale Property (Field)
In This Topic
Gets or sets how images should be the scaled to fit within the field area.
Syntax
'Declaration
 
Public Property PictureScale As PictureScaleEnum
 
Remarks

Depending on the setting of this property, images may be clipped, stretched, scaled (which preserves the image's aspect ratio), tiled, or hidden.

PictureScale works with the PictureAlign property so you can control image scaling and alignment independently.

See Also