The following tables list the members exposed by RasterImageListItem.
Public Constructors
Name | Description | |
---|---|---|
ImageListItem | Initializes a new instance of the ImageListItem class with default values. (Inherited from ImageListItem) | |
RasterImageListItem |
Public Methods
Name | Description | |
---|---|---|
UpdateImageFromSource | Converts the WPF/Silverlight image in the Source property to the LEADTOOLS Leadtools.RasterImage and set it in Image. |
Protected Methods
Name | Description | |
---|---|---|
OnAutoDisposeImagesChanged | Raises the AutoDisposeImagesChanged event. | |
OnConvertFromSourceOptionsChanged | Raises the ConvertFromSourceOptionsChanged event. | |
OnConvertToSourceOptionsChanged | Raises the ConvertToSourceOptionsChanged event. | |
OnImageChanged | Raises the ImageChanged event. | |
OnSourceChanged | Raises the SourceChanged event. |
Public Properties
Name | Description | |
---|---|---|
AutoDisposeImages | Gets or sets a value indicating whether to auto dispose the old image when a new image is set into this RasterImageListItem. | |
BitmapScalingMode | Gets or sets the algorithm used to scale bitmap images. This is a dependency property. (Inherited from ImageListItem) | |
ConvertFromSourceOptions | Options to use when converting a WPF/Silverlight System.Windows.Media.ImageSource to a LEADTOOLS Leadtools.RasterImage. This is a dependency property. | |
ConvertToSourceOptions | Options to use when converting a LEADTOOLS Leadtools.RasterImage to a WPF/Silverlight System.Windows.Media.ImageSource. This is a dependency property. | |
Image | Gets or sets the Leadtools.RasterImage to be displayed in this control. This is a dependency property. | |
ImageSize | Gets or sets the image size in pixels. This is a dependency property. (Inherited from ImageListItem) | |
SelectedBackground | Gets or sets brush used to draw the background of selected items. This is a dependency property. (Inherited from ImageListItem) | |
SelectedForeground | Gets or sets the brush used to draw the text of selected items. This is a dependency property. (Inherited from ImageListItem) | |
ShowText | Gets or sets a value that determines whether the text item should be drawn. This is a dependency property. (Inherited from ImageListItem) | |
Source | Gets or sets the image associated with this ImageListItem object. This is a dependency property. (Inherited from ImageListItem) | |
Text | Gets or sets the text of the item. This is a dependency property. (Inherited from ImageListItem) | |
Uri | Gets or sets the uniform resource identifier (URI) of the Source image to view. This is a dependency property. (Inherited from ImageListItem) |
Public Events
Name | Description | |
---|---|---|
AutoDisposeImagesChanged | Occurs when the value of the AutoDisposeImages property changes. | |
ConvertFromSourceOptionsChanged | Occurs when the value of the ConvertFromSourceOptions property changes. | |
ConvertToSourceOptionsChanged | Occurs when the value of the ConvertToSourceOptions property changes. | |
ImageChanged | Occurs when the value of the Image property changes. | |
SourceChanged | Occurs when the value of the Source property changes. (Inherited from ImageListItem) |
Public Fields
Name | Description | |
---|---|---|
AutoDisposeImagesProperty | Identifies the AutoDisposeImages dependency property. | |
BitmapScalingModeProperty | Identifies the BitmapScalingMode dependency property. (Inherited from ImageListItem) | |
ConvertFromSourceOptionsProperty | Identifies the ConvertFromSourceOptions dependency property. | |
ConvertToSourceOptionsProperty | Identifies the ConvertToSourceOptions dependency property. | |
ImageProperty | Identifies the Image dependency property. | |
ImageSizeProperty | Identifies the ImageSize dependency property. (Inherited from ImageListItem) | |
SelectedBackgroundProperty | Identifies the SelectedBackground dependency property. (Inherited from ImageListItem) | |
SelectedForegroundProperty | Identifies the SelectedForeground dependency property. (Inherited from ImageListItem) | |
ShowTextProperty | Identifies the ShowText dependency property. (Inherited from ImageListItem) | |
SourceProperty | Identifies the Source dependency property. (Inherited from ImageListItem) | |
TextProperty | Identifies the Text dependency property. (Inherited from ImageListItem) | |
UriProperty | Identifies the Uri dependency property. (Inherited from ImageListItem) |