The ImageFormat type exposes the following members.
Name | Description | |
---|---|---|
BackgroundColor | Gets or sets a background color of the button. | |
Height | Gets or sets a height of the button or icon. | |
UrlDisabled | Gets or sets a URL to the image which represents a button when it is disabled. If omitted, last drawn image will be used. If omitted, last drawn image will be used. | |
UrlHover | Gets or sets a 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 | Gets or sets a URL to the image which represents a button when a mouse button is hovered over it, but the button is in focus. If omitted, last drawn image will be used. | |
UrlNormal | Gets or sets a 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 | Gets or sets a URL to the image which represents the button when it is not pressed, mouse pointer is not hover over it, but the button is in focus. If omitted, last drawn image will be used. | |
UrlPressed | Gets or sets a URL to the image which represents a button/icon when it is pressed. If omitted, last drawn image will be used. | |
Width | Gets or sets a width of the button or icon. |