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






Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<CategoryAttribute("Apperance")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute("setVerticalBorderStyle")>
<DescriptionAttribute("The line style of the vertical legend grid lines")>
Public ReadOnly Property VerticalBorderStyle As ChartStrokeStyle
Visual Basic (Usage)Copy Code
Dim instance As ChartLegendSettings
Dim value As ChartStrokeStyle
 
value = instance.VerticalBorderStyle
C# 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("Apperance")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute("setVerticalBorderStyle")]
[DescriptionAttribute("The line style of the vertical legend grid lines")]
public ChartStrokeStyle VerticalBorderStyle {get;}
Delphi 
public read-only property VerticalBorderStyle: ChartStrokeStyle; 
JScript 
PersistenceModeAttribute(PersistenceMode.InnerProperty)
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
CategoryAttribute("Apperance")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute("setVerticalBorderStyle")
DescriptionAttribute("The line style of the vertical legend grid lines")
public function get VerticalBorderStyle : ChartStrokeStyle
Managed Extensions for C++ 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("Apperance")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute("setVerticalBorderStyle")]
[DescriptionAttribute("The line style of the vertical legend grid lines")]
public: __property ChartStrokeStyle* get_VerticalBorderStyle();
C++/CLI 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("Apperance")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute("setVerticalBorderStyle")]
[DescriptionAttribute("The line style of the vertical legend grid lines")]
public:
property ChartStrokeStyle^ VerticalBorderStyle {
   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.