Leadtools.Windows.Controls Namespace > RasterImageListItem Class : AutoDisposeImages Property |
public bool AutoDisposeImages {get; set;}
'Declaration Public Property AutoDisposeImages As Boolean
'Usage Dim instance As RasterImageListItem Dim value As Boolean instance.AutoDisposeImages = value value = instance.AutoDisposeImages
By default, whenever you set a new Leadtools.RasterImage object into the Image property, the old image (if any) is disposed. Set the value of this property to false to prevent disposing of the old image.
For XAML example, refer to AutoDisposeImages.
For C#/VB examples, refer to AutoDisposeImages.