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

Rect Property (AnnRectangleObject)

Show in webframe





Gets or sets the bounding rectangle of this AnnRectangleObject. This is a dependency property.
Syntax
public Rect Rect {get; set;}
'Declaration
 
Public Property Rect As Rect
'Usage
 
Dim instance As AnnRectangleObject
Dim value As Rect
 
instance.Rect = value
 
value = instance.Rect

            

            
public:
property Rect Rect {
   Rect get();
   void set (    Rect value);
}

Property Value

The bounding rectangle of this AnnRectangleObject.
Example

For XAML example, refer to AnnGroupObject.

For C#/VB examples, refer to AnnRectangleObject.

Requirements

Target Platforms

See Also

Reference

AnnRectangleObject Class
AnnRectangleObject Members

 

 


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