Class ShowWhiteSpaceProperties
Represents a class for managing Show white space mode.
Inheritance
System.Object
ShowWhiteSpaceProperties
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
System.String |
DEF_SPACE_CHAR_DEFAULT
Holds the default space replacing character.
Declaration
public const string DEF_SPACE_CHAR_DEFAULT = "•"
Field Value
Type |
---|
System.String |
DEF_TAB_STRING_DEFAULT
Holds the default tab replacing string.
Declaration
public const string DEF_TAB_STRING_DEFAULT = "→"
Field Value
Type |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
System.Boolean |
SpaceChar
Gets or sets character that represents line feed in White space mode.
Declaration
public string SpaceChar { get; set; }
Property Value
Type |
---|
System.String |
TabString
Gets or sets string that represents Tab in White space mode.
Declaration
public string TabString { get; set; }
Property Value
Type |
---|
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 |
---|
System.EventHandler |