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






Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Determines whether the control should replace tabs with spaces.")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<CategoryAttribute("Formatting")>
Public Property ReplaceTabsWithSpaces As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ChartTextStyle
Dim value As Boolean
 
instance.ReplaceTabsWithSpaces = value
 
value = instance.ReplaceTabsWithSpaces
C# 
[DescriptionAttribute("Determines whether the control should replace tabs with spaces.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Formatting")]
public bool ReplaceTabsWithSpaces {get; set;}
Delphi 
public read-write property ReplaceTabsWithSpaces: Boolean; 
JScript 
DescriptionAttribute("Determines whether the control should replace tabs with spaces.")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
CategoryAttribute("Formatting")
public function get,set ReplaceTabsWithSpaces : boolean
Managed Extensions for C++ 
[DescriptionAttribute("Determines whether the control should replace tabs with spaces.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Formatting")]
public: __property bool get_ReplaceTabsWithSpaces();
public: __property void set_ReplaceTabsWithSpaces( 
   bool value
);
C++/CLI 
[DescriptionAttribute("Determines whether the control should replace tabs with spaces.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Formatting")]
public:
property bool ReplaceTabsWithSpaces {
   bool get();
   void set (    bool 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.