Gets or sets whether to show half-width space with special graphic or not.

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

Syntax

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

Property Value

Type: Boolean

Implements

IUserInterface..::..DrawsSpace

See Also