Error processing SSI file
LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

Show in webframe

Background Property (IImageListItem)






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

Error processing SSI file