Aspect Enum

Definition

Defines how an image is displayed.

public enum Aspect
type Aspect = 
Inheritance
Aspect

Fields

AspectFill 1

Scale the image to fill the view. Some parts may be clipped in order to fill the view.

AspectFit 0

Scale the image to fit the view. Some parts may be left empty (letter boxing).

Fill 2

Scale the image so it exactly fills the view. Scaling may not be uniform in X and Y.

Applies to