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

ImageFormat Members

The ImageFormat type exposes the following members.

Methods

Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString

Returns a String that represents the current ImageFormat.

(Overrides Object.ToString()().)

Properties

Name Description
Public property BackgroundColor

Button or icon background color.

Public property Height

Height of a button or icon.

Public property UrlDisabled

URL to the image which represents a button/icon when it is disabled. If omitted, last drawn image will be used.

Public property 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.

Public property UrlHoverFocused

The same as UrlHover, but used when the button/icon is in focus. If omitted, last drawn image will be used.

Public property 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.

Public property UrlNormalFocused

The same as UrlNormal, but used when the button is in focus. If omitted, last drawn image will be used.

Public property UrlPressed

URL to the image which represents a button/icon when it is pressed. If omitted, last drawn image will be used.

Public property Width

Width of a button or icon.

See Also

Reference