The ImageFormat type exposes the following members.
Name | Description | |
---|---|---|
BackgroundColor |
Button or icon background color. |
|
Height |
Height of a button or icon. |
|
UrlDisabled |
URL to the image which represents a button/icon when it is disabled. If omitted, last drawn image will be used. |
|
UrlHover |
URL to the image which represents a button/icon when a mouse button is hovered over it. If omitted, last drawn image will be used. |
|
UrlHoverFocused |
The same as UrlHover, but used when the button/icon is in focus. If omitted, last drawn image will be used. |
|
UrlNormal |
URL to the image which represents the button/icon when it is not pressed, mouse pointer is not hover over it, and the button is not in focus. |
|
UrlNormalFocused |
The same as UrlNormal, but used when the button is in focus. If omitted, last drawn image will be used. |
|
UrlPressed |
URL to the image which represents a button/icon when it is pressed. If omitted, last drawn image will be used. |
|
Width |
Width of a button or icon. |