←Select platform

TextDecoration Property

Summary
An AnnTextDecorations that contains text decorations to apply to this AnnFont.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnTextDecorations TextDecoration { get; set; } 
@property (nonatomic, assign) LTAnnTextDecorations textDecoration; 
public int getTextDecoration() 
public void setTextDecoration(int annTextDecorations) 
public:  
   property AnnTextDecorations^ TextDecoration 
   { 
      AnnTextDecorations^ get() 
      void set(AnnTextDecorations^ value) 
   } 
TextDecoration # get and set (AnnFont) 

Property Value

Text decorations to apply to this AnnFont.

Remarks

The TextDecoration property specifies ornamentation you can add to the text of an AnnFont. There are four types of text decorations: underline, baseline, strikethrough, and overline.

Requirements

Target Platforms

See Also

Reference

AnnFont Class

AnnFont Members

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.