←Select platform

Font Property

Summary

Gets or sets the AnnFont used associated with this AnnObject.

Syntax
C#
VB
Objective-C
C++
Java
public AnnFont Font { get; set; } 
Public Property Font As AnnFont 
@property (nonatomic) LTAnnFont* font; 
public AnnFont getFont() 
public void setFont(AnnFont font) 
public:  
   property AnnFont^ Font 
   { 
      AnnFont^ get() 
      void set(AnnFont^ value) 
   } 

Property Value

The AnnFont used to draw this AnnObject. The default value is "Arial" 12pt size.

Remarks

This property should be used as the font properties used when drawing the text of this object. Each object renderer is responsible for determining whether to use this property. For example, the renderer for AnnTextObject will use this property to create a device font and use it to draw its Text string. Setting Font to null will stop the object from rendering its text.

Example

For an example, refer to AnnTextObject.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject 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