[]
Specifies the circumstances under which the image should be scaled inside the button rectangle.
public enum ImageScaleMode
Public Enum ImageScaleMode
Name | Description |
---|---|
Always | Always scale. |
Bigger | Scale only when the image is bigger than the button rectangle. |
Never | Never scale. |
Smaller | Scale only when the image is smaller than the button rectangle. |