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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute("setBorderStyle")>
<DescriptionAttribute("Gets or sets the stroke style applied to the chart wall border")>
Public ReadOnly Property BorderStyle As ChartStrokeStyle
Visual Basic (Usage)Copy Code
Dim instance As ChartWallSettings
Dim value As ChartStrokeStyle
 
value = instance.BorderStyle
C# 
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute("setBorderStyle")]
[DescriptionAttribute("Gets or sets the stroke style applied to the chart wall border")]
public ChartStrokeStyle BorderStyle {get;}
Delphi 
public read-only property BorderStyle: ChartStrokeStyle; 
JScript 
NotifyParentPropertyAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
CategoryAttribute("Appearance")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute("setBorderStyle")
DescriptionAttribute("Gets or sets the stroke style applied to the chart wall border")
public function get BorderStyle : ChartStrokeStyle
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute("setBorderStyle")]
[DescriptionAttribute("Gets or sets the stroke style applied to the chart wall border")]
public: __property ChartStrokeStyle* get_BorderStyle();
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute("setBorderStyle")]
[DescriptionAttribute("Gets or sets the stroke style applied to the chart wall border")]
public:
property ChartStrokeStyle^ BorderStyle {
   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.