LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

PaintProperties Property (RasterThumbnailBrowser)

Show in webframe





Gets or sets the Leadtools.Drawing.RasterPaintProperties which controls the painting of item images in this control.
Syntax
[BrowsableAttribute(false)]
public RasterPaintProperties PaintProperties {get; set;}
'Declaration
 
<BrowsableAttribute(False)>
Public Property PaintProperties As RasterPaintProperties
'Usage
 
Dim instance As RasterThumbnailBrowser
Dim value As RasterPaintProperties
 
instance.PaintProperties = value
 
value = instance.PaintProperties

            

            
[BrowsableAttribute(false)]
public:
property RasterPaintProperties PaintProperties {
   RasterPaintProperties get();
   void set (    RasterPaintProperties value);
}

Property Value

An Leadtools.Drawing.RasterPaintProperties structure which controls the painting of item images in this control.
Remarks

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.

Example
For an example, refer to RasterImageList.
Requirements

Target Platforms

See Also

Reference

RasterThumbnailBrowser Class
RasterThumbnailBrowser Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.