←Select platform

PaintProperties Property

Summary

Gets or sets the Leadtools.Drawing.RasterPaintProperties which controls the painting of item images in this control.

Syntax

C#
VB
C++
public RasterPaintProperties PaintProperties { get; set; } 
  
<BrowsableAttribute(False)> 
Public Property PaintProperties As Leadtools.Drawing.RasterPaintProperties 
[BrowsableAttribute(false)] 
public: 
property Leadtools.Drawing.RasterPaintProperties PaintProperties { 
   Leadtools.Drawing.RasterPaintProperties get(); 
   void set (    Leadtools.Drawing.RasterPaintProperties ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly