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






Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Obtains the dark border style.")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<CategoryAttribute("Appearance")>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute("setDarkBorderStyle")>
Public ReadOnly Property DarkBorderStyle As ChartStrokeStyle
Visual Basic (Usage)Copy Code
Dim instance As ChartImageFrameStyle
Dim value As ChartStrokeStyle
 
value = instance.DarkBorderStyle
C# 
[DescriptionAttribute("Obtains the dark border style.")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[CategoryAttribute("Appearance")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute("setDarkBorderStyle")]
public ChartStrokeStyle DarkBorderStyle {get;}
Delphi 
public read-only property DarkBorderStyle: ChartStrokeStyle; 
JScript 
DescriptionAttribute("Obtains the dark border style.")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
CategoryAttribute("Appearance")
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute("setDarkBorderStyle")
public function get DarkBorderStyle : ChartStrokeStyle
Managed Extensions for C++ 
[DescriptionAttribute("Obtains the dark border style.")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[CategoryAttribute("Appearance")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute("setDarkBorderStyle")]
public: __property ChartStrokeStyle* get_DarkBorderStyle();
C++/CLI 
[DescriptionAttribute("Obtains the dark border style.")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[CategoryAttribute("Appearance")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute("setDarkBorderStyle")]
public:
property ChartStrokeStyle^ DarkBorderStyle {
   ChartStrokeStyle^ get();
}

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.