Leadtools.WinForms Namespace > RasterImageList Class : PaintProperties Property |
[BrowsableAttribute(false)] public RasterPaintProperties PaintProperties {get; set;}
'Declaration <BrowsableAttribute(False)> Public Property PaintProperties As RasterPaintProperties
'Usage Dim instance As RasterImageList Dim value As RasterPaintProperties instance.PaintProperties = value value = instance.PaintProperties
[BrowsableAttribute(false)] public: property RasterPaintProperties PaintProperties { RasterPaintProperties get(); void set ( RasterPaintProperties value); }
If the item image has a transparent color (RasterImage.Transparent is set to true) then the RasterImageList control will automatically revert to the GDI+ paint engine. It will temporarily set the RasterPaintProperties.PaintEngine value of the PaintProperties property to RasterPaintEngine.GdiPlus when drawing this item.