Enum ImageMode

ImageMode enumeration

Lists the options of fitting image within a box.

public enum ImageMode

Values

NameValueDescription
FitToWidth1The image fits to width.
FitToHeight2The image fits to height.
FitToBox3The image fits to box.

See Also