LEADTOOLS Annotations (Leadtools.Annotations assembly)

NameFont Property (AnnObject)

Show in webframe





Gets or sets the font used to draw the text of the name of this AnnObject.
Syntax
public virtual AnnFont NameFont {get; set;}
'Declaration
 
Public Overridable Property NameFont As AnnFont
'Usage
 
Dim instance As AnnObject
Dim value As AnnFont
 
instance.NameFont = value
 
value = instance.NameFont

            

            
public:
virtual property AnnFont^ NameFont {
   AnnFont^ get();
   void set (    AnnFont^ value);
}

Property Value

The font used to draw the text of the name of this AnnObject.
Remarks
For more information, refer to Annotation Object Names.
Example
For an example, refer to NameOffset.
Requirements

Target Platforms

See Also

Reference

AnnObject Class
AnnObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.