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;} |
Property Value
A
System.Drawing.Color that represents the foreground color of the control. The default is Empty.
Remarks
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