The following tables list the members exposed by ImageListItem.
Public Constructors
Name | Description | |
---|---|---|
ImageListItem | Initializes a new instance of the ImageListItem class with default values. |
Protected Methods
Name | Description | |
---|---|---|
OnSourceChanged | Raises the SourceChanged event. |
Public Properties
Name | Description | |
---|---|---|
Background | Gets or sets brush used to draw the background of this item (Inherited from IImageListItem) | |
BitmapScalingMode | Gets or sets the algorithm used to scale bitmap images. This is a dependency property. | |
Foreground | Gets or sets the brush used to draw the text of this item (Inherited from IImageListItem) | |
Height | Gets or sets the item height in pixels (Inherited from IImageListItem) | |
ImageSize | Gets or sets the image size in pixels. This is a dependency property. | |
SelectedBackground | Gets or sets brush used to draw the background of selected items. This is a dependency property. | |
SelectedForeground | Gets or sets the brush used to draw the text of selected items. This is a dependency property. | |
ShowText | Gets or sets a value that determines whether the text item should be drawn. This is a dependency property. | |
Source | Gets or sets the image associated with this ImageListItem object. This is a dependency property. | |
Text | Gets or sets the text of the item. This is a dependency property. | |
Uri | Gets or sets the uniform resource identifier (URI) of the Source image to view. This is a dependency property. | |
Width | Gets or sets the item width in pixels (Inherited from IImageListItem) |
Public Events
Name | Description | |
---|---|---|
SourceChanged | Occurs when the value of the Source property changes. |
Public Fields
Name | Description | |
---|---|---|
BitmapScalingModeProperty | Identifies the BitmapScalingMode dependency property. | |
ImageSizeProperty | Identifies the ImageSize dependency property. | |
SelectedBackgroundProperty | Identifies the SelectedBackground dependency property. | |
SelectedForegroundProperty | Identifies the SelectedForeground dependency property. | |
ShowTextProperty | Identifies the ShowText dependency property. | |
SourceProperty | Identifies the Source dependency property. | |
TextProperty | Identifies the Text dependency property. | |
UriProperty | Identifies the Uri dependency property. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET