Skip to main content
A newer version of this page is available. .
Tab

ImagePropertiesBase Properties

Contains base settings which define an image that can be displayed within different elements of web controls.
Name Description
AlternateText Gets or sets the alternate text displayed instead of the image, when the image is unavailable.
Height Gets or sets the image’s height.
IconID Specifies an identifier of a current image icon.
IsEmpty Gets a value that indicates whether no image is defined for an element’s normal state.
IsEmptyChecked Gets a value that indicates whether no image is defined for an element’s checked state.
IsEmptyDisabled Gets a value that indicates whether no image is defined for an element’s disabled state.
IsEmptyHottracked Gets a value that indicates whether no image is defined for an element’s hottracked state.
IsEmptyPressed Gets a value that indicates whether no image is defined for an element’s pressed state.
IsEmptySelected Gets a value that indicates whether no image is defined for an element’s selected state.
IsResourcePng Obsolete. Gets or sets a value that specifies whether the image defined by the ImagePropertiesBase class is of the PNG type.
ToolTip Gets or sets the image’s tooltip text.
Url Gets or sets the URL of the image used for an element’s normal state.
Width Gets or sets the image’s width.
See Also