LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

HeaderOffset Property (IAnnHeader)

Show in webframe





Gets or sets the header offset relative to the upper left corner of the bounding rectangle of the object of this IAnnHeader
Syntax
Point HeaderOffset {get; set;}
'Declaration
 
Property HeaderOffset As Point
'Usage
 
Dim instance As IAnnHeader
Dim value As Point
 
instance.HeaderOffset = value
 
value = instance.HeaderOffset

            

            
property Point HeaderOffset {
   Point get();
   void set (    Point value);
}

Property Value

The header offset relative to the upper left corner of the bounding rectangle of the object of this IAnnHeader.
Remarks
The automation mode uses this property when you click and drag the header of an object around. Setting this property to an empty point, puts the header back at the upper left corner of the bounding rectangle of the object of this IAnnHeader. For more information, refer to WPF Annotation Object Headers.
Requirements

Target Platforms

See Also

Reference

IAnnHeader Interface
IAnnHeader Members

 

 


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