Gets or sets characters which are forbidden to start a screen line.

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

Syntax

C#
char[] CharsForbiddenToStartLine { get; set; }
Visual Basic
Property CharsForbiddenToStartLine As Char()
	Get
	Set

Property Value

Type: array<Char>[]()[][]

Remarks

This property is a set of characters. All characters included in the value will be avoided to be placed at start of a screen line.

See Also