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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("General")>
<DescriptionAttribute("The number of spaces that replace a single tab if ReplaceTabsWithSpaces is set to true.")>
Public Property TabSizeInSpaces As Integer
Visual Basic (Usage)Copy Code
Dim instance As ChartTextStyle
Dim value As Integer
 
instance.TabSizeInSpaces = value
 
value = instance.TabSizeInSpaces
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DescriptionAttribute("The number of spaces that replace a single tab if ReplaceTabsWithSpaces is set to true.")]
public int TabSizeInSpaces {get; set;}
Delphi 
public read-write property TabSizeInSpaces: Integer; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
CategoryAttribute("General")
DescriptionAttribute("The number of spaces that replace a single tab if ReplaceTabsWithSpaces is set to true.")
public function get,set TabSizeInSpaces : int
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DescriptionAttribute("The number of spaces that replace a single tab if ReplaceTabsWithSpaces is set to true.")]
public: __property int get_TabSizeInSpaces();
public: __property void set_TabSizeInSpaces( 
   int value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DescriptionAttribute("The number of spaces that replace a single tab if ReplaceTabsWithSpaces is set to true.")]
public:
property int TabSizeInSpaces {
   int get();
   void set (    int 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.