Accusoft.ThumbnailXpress6.Net
TextBackColor Property




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

Property Value

The System.Drawing.Color value.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback