Leadtools.Web Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ForeColor Property
See Also 
Leadtools.Web.Controls Namespace > WebThumbnailViewer Class : ForeColor Property



Overrides the WebControl.ForeColor property.

Syntax

Visual Basic (Declaration) 
Overrides Public Property ForeColor As Color
Visual Basic (Usage)Copy Code
Dim instance As WebThumbnailViewer
Dim value As Color
 
instance.ForeColor = value
 
value = instance.ForeColor
C# 
public override Color ForeColor {get; set;}
C++/CLI 
public:
property Color ForeColor override {
   Color get();
   void set (Color value);
}

Return Value

A Color that represents the foreground color of the control. The default is Empty.

Remarks

For more information refer to WebControl.ForeColor property.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also