(Leadtools.Annotations.Core)

AnnTextDecorations Enumeration

Show in webframe





Controls options for the AnnFont used by various LEADTOOLS annotation objects.
Syntax
public enum AnnTextDecorations : System.Enum 
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 = 0, Baseline = 1, OverLine = 2, Strikethrough = 4, Underline = 8, };
Members
ValueMemberDescription
0NoneNo text decorations.
1BaselineThe text should include a baseline decoration.
2OverLineThe text should include an overline decoration.
4StrikethroughThe text should include a strikethrough decoration.
8UnderlineThe text should include an underline decoration.
Remarks

The following illustrates the various text decoration options:

Requirements

Target Platforms

See Also

Reference

Leadtools.Annotations.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.