'Declaration Public Property PictureScale As PictureScaleEnum
public PictureScaleEnum PictureScale {get; set;}
'Declaration Public Property PictureScale As PictureScaleEnum
public PictureScaleEnum PictureScale {get; set;}
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.