←Select platform

ImageListItem Class Members

Summary

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.
Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Controls Assembly