C#
VB
Java
WinRT C#
C++
Gets or sets an AnnTextDecorations that contains text decorations to apply to this AnnFont.
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)
}
Text decorations to apply to this AnnFont.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET