LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

Background Property (IImageListItem)

Show in webframe





Gets or sets brush used to draw the background of this item
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

            

            
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

See Also

Reference

IImageListItem Interface
IImageListItem Members

 

 


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