SizingMode

Value used for defining how measuring and layouting of the view will work.

Entries

Link copied to clipboard

Your view will be measured and laid out based on the page scroll and zoom.

Link copied to clipboard

Your view will be measured and laid out based on zoom level 1 and a simple setScaleX and setScaleY will be applied to it based on the zoom.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.