ImagePropertiesBase Properties
Contains base settings which define an image that can be displayed within different elements of web controls.
Name | Description |
---|---|
Alternate |
Gets or sets the alternate text displayed instead of the image, when the image is unavailable. |
Height | Gets or sets the image’s height. |
Icon |
Specifies an identifier of an image’s icon. |
Is |
Gets a value that indicates whether no image is defined for an element’s normal state. |
Is |
Gets a value that indicates whether no image is defined for an element’s checked state. |
Is |
Gets a value that indicates whether no image is defined for an element’s disabled state. |
Is |
Gets a value that indicates whether no image is defined for an element’s hottracked state. |
Is |
Gets a value that indicates whether no image is defined for an element’s pressed state. |
Is |
Gets a value that indicates whether no image is defined for an element’s selected state. |
Is |
Obsolete. Gets or sets a value that specifies whether the image defined by the Image |
Tool |
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