Type of the text views. Each view renders text content differently and is optimized for the rendering method.

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

Syntax

C#
public enum ViewType
Visual Basic
Public Enumeration ViewType

Members

Member nameValueDescription
Proportional0 View type which renders text as non-wrapped lines with proportional font.
WrappedProportional1 View type which renders text as wrapped lines with proportional font. This type of the view is most versatile but may be *heavy* for portable devices.

See Also