Image.Aspect Property

Definition

Gets or sets the scaling mode for the image. This is a bindable property.

public Xamarin.Forms.Aspect Aspect { get; set; }
member this.Aspect : Xamarin.Forms.Aspect with get, set

Property Value

A Aspect representing the scaling mode of the image. Default is AspectFit.

Applies to