←Select platform

NameOffset Property

Summary

Gets or sets the name offset relative to the upper left corner of the bounding rectangle of this AnnGroupObject object.

Syntax

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

Property Value

The name offset relative to the upper left corner of the bounding rectangle of this AnnGroupObject object.

Remarks

The AnnGroupObject will set the AnnObject.NameOffset value for each object in the group. For more information, refer to AnnObject.NameOffset.

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