C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value that indicates the style of the typeface.
public AnnFontStyle FontStyle { get; set; }
Public Property FontStyle As Leadtools.Annotations.Core.AnnFontStyle
public Leadtools.Annotations.Core.AnnFontStyle FontStyle {get; set;}
@property (nonatomic) LTAnnFontStyle fontStyle;
public AnnFontStyle getFontStyle()
public void setFontStyle(AnnFontStyle fontStyle)
get_FontStyle();
set_FontStyle(value);
Object.defineProperty('FontStyle');
public:
property AnnFontStyle^ FontStyle
{
AnnFontStyle^ get()
void set(AnnFontStyle^ value)
}
An AnnFontStyle value that specifies the style of the typeface.
For more information, refer to Using Text In Annotation Objects.
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