←Select platform

FontStyle Property

Summary

Gets or sets a value that indicates the style of the typeface.

Syntax
C#
VB
Objective-C
C++
Java
public AnnFontStyle FontStyle { get; set; } 
Public Property FontStyle As AnnFontStyle 
@property (nonatomic) LTAnnFontStyle fontStyle; 
public AnnFontStyle getFontStyle() 
public void setFontStyle(AnnFontStyle fontStyle) 
public:  
   property AnnFontStyle^ FontStyle 
   { 
      AnnFontStyle^ get() 
      void set(AnnFontStyle^ value) 
   } 

Property Value

An AnnFontStyle value that specifies the style of the typeface.

Remarks

For more information, refer to Using Text In Annotation Objects.

Requirements

Target Platforms

See Also

Reference

AnnFont Class

AnnFont Members

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

Leadtools.Annotations.Engine Assembly