ImageGear .NET
SelectionForeColor Property (IImGearThumbnailCtl)




Gets or sets foreground color used for the Title of selected Thumbnail items.
Syntax
Color SelectionForeColor {get; set;}
__property Color get_SelectionForeColor();
__property void set_SelectionForeColor( 
   Color value
);
property Color SelectionForeColor {
   Color get();
   void set (    Color value);
}
'Declaration
 
Property SelectionForeColor As Color
 
'Usage
 
Dim instance As IImGearThumbnailCtl
Dim value As Color
 
instance.SelectionForeColor = value
 
value = instance.SelectionForeColor

Property Value

System.Drawing.Color value.
See Also

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback