Type of the text views.
Each view renders text content differently
and is optimized for the rendering method.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
public enum ViewType |
Visual Basic |
---|
Public Enumeration ViewType |
Members
Member name | Value | Description | |
---|---|---|---|
Proportional | 0 | View type which renders text as non-wrapped lines with proportional font. | |
WrappedProportional | 1 | 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. |