This documentation is for the old version. Go to the latest Upload Suite docs

ImageFormat Members

The ImageFormat type exposes the following members.

Properties

NameDescription
Public property BackgroundColor Gets or sets a background color of the button.
Public property Height Gets or sets a height of the button or icon.
Public property 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.
Public property 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.
Public property 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.
Public property 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.
Public property 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.
Public property 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.
Public property Width Gets or sets a width of the button or icon.