Gets or sets type of the view which determines how to render text content.

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

Syntax

C#
public ViewType ViewType { get; set; }
Visual Basic
Public Property ViewType As ViewType
	Get
	Set

Property Value

Type: ViewType

Implements

IUserInterface..::..ViewType

See Also