'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);
}