LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)
LEAD Technologies, Inc

Background Property (IImageListItem)






Gets or sets brush used to draw the background of this item .NET support Silverlight support
Syntax
Brush Background {get; set;}
'Declaration
 
Property Background As Brush
'Usage
 
Dim instance As IImageListItem
Dim value As Brush
 
instance.Background = value
 
value = instance.Background
Brush Background {get; set;}
get_Background();
set_Background(value);
property Brush^ Background {
   Brush^ get();
   void set (    Brush^ value);
}

Property Value

A System.Windows.Media.Brush object that is used to draw the background of this item.
Remarks

Use the Background property to define the brush used to fill the area inside the item not overlapped by the image.

Example

For C#/VB examples, refer to IImageListItem.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IImageListItem Interface
IImageListItem Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.