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

ClipCursorRectangle Property






Gets the rectangle used to clip the cursor. .NET support Silverlight support
Syntax
[TypeConverterAttribute("System.Windows.RectConverter, WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
protected virtual Rect ClipCursorRectangle {get;}
'Declaration
 
<TypeConverterAttribute("System.Windows.RectConverter, WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")>
Protected Overridable ReadOnly Property ClipCursorRectangle As Rect
'Usage
 
Dim instance As AnnDesigner
Dim value As Rect
 
value = instance.ClipCursorRectangle
[TypeConverterAttribute("System.Windows.RectConverter, WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
protected virtual Rect ClipCursorRectangle {get;}
TypeConverterAttribute("System.Windows.RectConverter, WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")
 get_ClipCursorRectangle(); 
[TypeConverterAttribute("System.Windows.RectConverter, WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
protected:
virtual property Rect ClipCursorRectangle {
   Rect get();
}

Property Value

The System.Windows.Rect structure used to clip the cursor.
Remarks
This rectangle is calculated based on the Container object's System.Windows.FrameworkElement.Width, System.Windows.FrameworkElement.Height and System.Windows.UIElement.RenderTransform values.
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

AnnDesigner Class
AnnDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices

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