ImageMode enumeration

ImageMode enumeration

Lists the options of fitting image within a box.

The ImageMode type exposes the following members:

Fields

FieldDescription
FIT_TO_WIDTHThe image fits to width.
FIT_TO_HEIGHTThe image fits to height.
FIT_TO_BOXThe image fits to box.

See Also