[]
Specifies the circumstances under which the image should be scaled inside the button rectangle.
public enum ImageScaleMode
Always = 0
Always scale.
Bigger = 1
Scale only when the image is bigger than the button rectangle.
Never = 3
Never scale.
Smaller = 2
Scale only when the image is smaller than the button rectangle.