WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShowWhiteSpaceProperties - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ShowWhiteSpaceProperties

    Represents a class for managing Show white space mode.

    Inheritance
    System.Object
    ShowWhiteSpaceProperties
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Edit.Utils
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class ShowWhiteSpaceProperties

    Constructors

    ShowWhiteSpaceProperties()

    Declaration
    public ShowWhiteSpaceProperties()

    Fields

    DEF_NEWLINE_STRING_DEFAULT

    Holds the default new line replacing string.

    Declaration
    public const string DEF_NEWLINE_STRING_DEFAULT = "¶"
    Field Value
    Type Description
    System.String

    DEF_SPACE_CHAR_DEFAULT

    Holds the default space replacing character.

    Declaration
    public const string DEF_SPACE_CHAR_DEFAULT = "•"
    Field Value
    Type Description
    System.String

    DEF_TAB_STRING_DEFAULT

    Holds the default tab replacing string.

    Declaration
    public const string DEF_TAB_STRING_DEFAULT = "→"
    Field Value
    Type Description
    System.String

    Properties

    NewLineString

    Gets or sets string that represents line feed in White space mode.

    Declaration
    public string NewLineString { get; set; }
    Property Value
    Type Description
    System.String

    ShowNewLines

    Gets or sets a value indicating whether the new lines should be replaces with symbols.

    Declaration
    public bool ShowNewLines { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowSpaces

    Gets or sets a value indicating whether the spaces should be replaces with symbols.

    Declaration
    public bool ShowSpaces { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowTabs

    Gets or sets a value indicating whether the tabs should be replaced with symbols.

    Declaration
    public bool ShowTabs { get; set; }
    Property Value
    Type Description
    System.Boolean

    SpaceChar

    Gets or sets character that represents line feed in White space mode.

    Declaration
    public string SpaceChar { get; set; }
    Property Value
    Type Description
    System.String

    TabString

    Gets or sets string that represents Tab in White space mode.

    Declaration
    public string TabString { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    OnChange()

    Calls Change event handlers.

    Declaration
    public void OnChange()

    Events

    Change

    Occurs when any public property changes.

    Declaration
    public event EventHandler Change
    Event Type
    Type Description
    System.EventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved