←Select platform

TextDecoration Property

Summary

Gets or sets an AnnTextDecorations that contains text decorations to apply to this AnnFont.

Syntax

C#
VB
Java
WinRT C#
C++
public AnnTextDecorations TextDecoration { get; set; } 
Public Property TextDecoration As Leadtools.Annotations.Core.AnnTextDecorations 
public Leadtools.Annotations.Core.AnnTextDecorations TextDecoration {get; set;} 
public int getTextDecoration() 
public void setTextDecoration(int annTextDecorations) 
             
  
get_TextDecoration(); 
set_TextDecoration(value); 
Object.defineProperty('TextDecoration');  
public:  
   property AnnTextDecorations^ TextDecoration 
   { 
      AnnTextDecorations^ get() 
      void set(AnnTextDecorations^ value) 
   } 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly