LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

Rect Property (AnnRectangleObject)






Gets or sets the bounding rectangle of this AnnRectangleObject. This is a dependency property. .NET support Silverlight support
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 Rect Rect {get; set;}
 get_Rect();
set_Rect(value);
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: 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

AnnRectangleObject Class
AnnRectangleObject Members

 

 


Products | Support | Contact Us | Copyright Notices

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