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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("The color used to fill the parts of the object not covered by the texture. ")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public Property BorderColor As Color
Visual Basic (Usage)Copy Code
Dim instance As ChartTextureMappingStyle
Dim value As Color
 
instance.BorderColor = value
 
value = instance.BorderColor
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The color used to fill the parts of the object not covered by the texture. ")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public Color BorderColor {get; set;}
Delphi 
public read-write property BorderColor: Color; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("The color used to fill the parts of the object not covered by the texture. ")
CategoryAttribute("Appearance")
DefaultValueAttribute()
public function get,set BorderColor : Color
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The color used to fill the parts of the object not covered by the texture. ")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public: __property Color get_BorderColor();
public: __property void set_BorderColor( 
   Color value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The color used to fill the parts of the object not covered by the texture. ")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public:
property Color BorderColor {
   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.