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






Syntax

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