Nevron .NET Vision
Nevron.GraphicsCore Namespace / NTextStyle Class / ReplaceTabsWithSpaces Property


In This Topic
    ReplaceTabsWithSpaces Property
    In This Topic
    Whether or not the chart should replace tab characters with spaces.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Formatting")>
    <System.ComponentModel.DescriptionAttribute("Determines whether the control should replace tabs with spaces.")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property ReplaceTabsWithSpaces As System.Boolean
    'Usage
     
    
    Dim instance As NTextStyle
    Dim value As System.Boolean
     
    instance.ReplaceTabsWithSpaces = value
     
    value = instance.ReplaceTabsWithSpaces
    [System.ComponentModel.Category("Formatting")]
    [System.ComponentModel.Description("Determines whether the control should replace tabs with spaces.")]
    [System.ComponentModel.DefaultValue(true)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool ReplaceTabsWithSpaces {get; set;}
    Remarks
    When set to false tab characters are not visualized. Otherwise the control replaces tabs with spaces and then renders the text.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also