|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
| Leadtools.Annotations.Core Namespace : AnnTextDecorations Enumeration |
public enum AnnTextDecorations : System.Enum
'Declaration
Public Enum AnnTextDecorations Inherits System.Enum
public enum AnnTextDecorations : System.Enum
public enum AnnTextDecorations
Leadtools.Annotations.Core.AnnTextDecorations = function() { };
Leadtools.Annotations.Core.AnnTextDecorations.prototype = {
None = 0x00000000,
Baseline = 0x00000001,
OverLine = 0x00000002,
Strikethrough = 0x00000004,
Underline = 0x00000008,
};
The following illustrates the various text decoration options:

System.Object
System.ValueType
System.Enum
Leadtools.Annotations.Core.AnnTextDecorations