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






Syntax

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