Intersoft WebGrid Documentation
ForegroundColor Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > ChartHatchFillStyle Class : ForegroundColor Property






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Appearance")>
<DescriptionAttribute("The foreground color of the gradient. ")>
<DefaultValueAttribute()>
Public Property ForegroundColor As Color
Visual Basic (Usage)Copy Code
Dim instance As ChartHatchFillStyle
Dim value As Color
 
instance.ForegroundColor = value
 
value = instance.ForegroundColor
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The foreground color of the gradient. ")]
[DefaultValueAttribute()]
public Color ForegroundColor {get; set;}
Delphi 
public read-write property ForegroundColor: Color; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
CategoryAttribute("Appearance")
DescriptionAttribute("The foreground color of the gradient. ")
DefaultValueAttribute()
public function get,set ForegroundColor : Color
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The foreground color of the gradient. ")]
[DefaultValueAttribute()]
public: __property Color get_ForegroundColor();
public: __property void set_ForegroundColor( 
   Color value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The foreground color of the gradient. ")]
[DefaultValueAttribute()]
public:
property Color ForegroundColor {
   Color get();
   void set (    Color value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.