LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

NameOffset Property (AnnGroupObject)






Gets or sets the name offset relative to the upper left corner of the bounding rectangle of this AnnGroupObject object.
Syntax
public override AnnPoint NameOffset {get; set;}
'Declaration
 
Public Overrides Property NameOffset As AnnPoint
'Usage
 
Dim instance As AnnGroupObject
Dim value As AnnPoint
 
instance.NameOffset = value
 
value = instance.NameOffset
public override AnnPoint NameOffset {get; set;}
 get_NameOffset();
set_NameOffset(value);
public:
property AnnPoint NameOffset {
   AnnPoint get() override;
   void set (    AnnPoint value) 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.