Accusoft.ThumbnailXpress6.Net
ForeColor Property




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

Property Value

The System.Drawing.Color value.
Remarks

This is the color of any descriptor text.

See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback