←Select platform

NameFont Property

Summary

Gets or sets the font used to draw the name of this AnnGroupObject object.

Syntax

C#
VB
C++
public override AnnFont NameFont { get; set; } 
  
Public Overrides Property NameFont As Leadtools.Annotations.AnnFont 
public: 
property Leadtools.Annotations.AnnFont^ NameFont { 
   Leadtools.Annotations.AnnFont^ get() override; 
   void set (    Leadtools.Annotations.AnnFont^ ) override; 
} 

Property Value

The font used to draw the name of this AnnGroupObject object.

Remarks

This AnnGroupObject object will set the AnnObject.NameFont property for each object in the group. For more information, refer to AnnObject.NameFont.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly