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

Foreground Property

Show in webframe





Gets or sets the brush used to draw the text of this item
Syntax
Brush Foreground {get; set;}
'Declaration
 
Property Foreground As Brush
'Usage
 
Dim instance As IImageListItem
Dim value As Brush
 
instance.Foreground = value
 
value = instance.Foreground

            

            
property Brush^ Foreground {
   Brush^ get();
   void set (    Brush^ value);
}

Property Value

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

Use the Foreground property to define the brush used to draw the item text set in the Text property.

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.