Accusoft.ThumbnailXpress6.Net
TextBackColor Property




Gets and sets the control's descriptor text background color.
Syntax
'Declaration
 
<DescriptionAttribute("Indicates the control's controls descriptor text background color.")>
<CategoryAttribute("ThumbnailXpress")>
<BrowsableAttribute(True)>
Public Property TextBackColor As Color
'Usage
 
Dim instance As ThumbnailXpress
Dim value As Color
 
instance.TextBackColor = value
 
value = instance.TextBackColor
[DescriptionAttribute("Indicates the control's controls descriptor text background color.")]
[CategoryAttribute("ThumbnailXpress")]
[BrowsableAttribute(true)]
public Color TextBackColor {get; set;}
[DescriptionAttribute("Indicates the control's controls descriptor text background color.")]
[CategoryAttribute("ThumbnailXpress")]
[BrowsableAttribute(true)]
public: __property Color get_TextBackColor();
public: __property void set_TextBackColor( 
   Color value
);
[DescriptionAttribute("Indicates the control's controls descriptor text background color.")]
[CategoryAttribute("ThumbnailXpress")]
[BrowsableAttribute(true)]
public:
property Color TextBackColor {
   Color get();
   void set (    Color value);
}

Property Value

The System.Drawing.Color value.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback