LEADTOOLS Annotations (Leadtools.Annotations assembly)

NameOffset Property (AnnGroupObject)

Show in webframe





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:
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

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


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