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






Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Dimensions")>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("The offset of the the text from the margin bounds.")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property TextOffset As Nullable(Of Single)
Visual Basic (Usage)Copy Code
Dim instance As ChartLegendDataSettings
Dim value As Nullable(Of Single)
 
instance.TextOffset = value
 
value = instance.TextOffset
C# 
[CategoryAttribute("Dimensions")]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The offset of the the text from the margin bounds.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public Nullable<float> TextOffset {get; set;}
Delphi 
public read-write property TextOffset: Nullable; 
JScript 
CategoryAttribute("Dimensions")
NotifyParentPropertyAttribute()
DescriptionAttribute("The offset of the the text from the margin bounds.")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set TextOffset : Nullable
Managed Extensions for C++ 
[CategoryAttribute("Dimensions")]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The offset of the the text from the margin bounds.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property Nullable<float> get_TextOffset();
public: __property void set_TextOffset( 
   Nullable<float> value
);
C++/CLI 
[CategoryAttribute("Dimensions")]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The offset of the the text from the margin bounds.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property Nullable<float> TextOffset {
   Nullable<float> get();
   void set (    Nullable<float> value);
}

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.