LEADTOOLS WebForms and AJAX (Leadtools.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ForeColor Property
See Also 
Leadtools.Web.Controls Namespace > WebImageViewer Class : ForeColor Property



Overrides WebControl.ForeColor property.

Syntax

Visual Basic (Declaration) 
Overrides Public Property ForeColor As Color
Visual Basic (Usage)Copy Code
Dim instance As WebImageViewer
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);
}

Property Value

A System.Drawing.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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also