BitmapSizeOptions.PreservesAspectRatio Property

Definition

Gets a value that determines whether the aspect ratio of the original bitmap image is preserved.

public:
 property bool PreservesAspectRatio { bool get(); };
public bool PreservesAspectRatio { get; }
member this.PreservesAspectRatio : bool
Public ReadOnly Property PreservesAspectRatio As Boolean

Property Value

true if the original aspect ratio is maintained; otherwise, false.

Remarks

If the original aspect ratio is preserved, PixelWidth and PixelHeight represent the maximum size values for the bitmap. The resulting bitmap is only guaranteed to have either its width or its height match the specified values. If the aspect ratio is not preserved, the specified PixelWidth and PixelHeight are both used, and the bitmap is stretched to use those values.

Applies to