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






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Controls the shadow offset")>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute("setOffset")>
<CategoryAttribute("General")>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property Offset As ChartPointValue
Visual Basic (Usage)Copy Code
Dim instance As ChartShadowStyle
Dim value As ChartPointValue
 
value = instance.Offset
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the shadow offset")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setOffset")]
[CategoryAttribute("General")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ChartPointValue Offset {get;}
Delphi 
public read-only property Offset: ChartPointValue; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("Controls the shadow offset")
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute("setOffset")
CategoryAttribute("General")
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
public function get Offset : ChartPointValue
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the shadow offset")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setOffset")]
[CategoryAttribute("General")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public: __property ChartPointValue* get_Offset();
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the shadow offset")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setOffset")]
[CategoryAttribute("General")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public:
property ChartPointValue^ Offset {
   ChartPointValue^ 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.