Gets or sets whether to automatically convert an input full-width space to a space.

Namespace: Sgry.Azuki.WinForms
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public bool ConvertsFullWidthSpaceToSpace { get; set; }
Visual Basic
Public Property ConvertsFullWidthSpaceToSpace As Boolean
	Get
	Set

Property Value

Type: Boolean

Implements

IUserInterface..::..ConvertsFullWidthSpaceToSpace

See Also