The ClipCursorRectangle Property supports WPF/Silverlight.
The ClipCursorRectangle Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets the rectangle used to clip the cursor. Supported in Silverlight, Windows Phone 7Visual Basic (Declaration) | |
---|---|
<TypeConverterAttribute("System.Windows.RectConverter, WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")> Protected ReadOnly Property ClipCursorRectangle As Rect |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnDesigner Dim value As Rect value = instance.ClipCursorRectangle |
C# | |
---|---|
[TypeConverterAttribute("System.Windows.RectConverter, WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")] protected Rect ClipCursorRectangle {get;} |
C++/CLI | |
---|---|
[TypeConverterAttribute("System.Windows.RectConverter, WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")] protected: property Rect ClipCursorRectangle { Rect get(); } |
Property Value
The System.Windows.Rect structure used to clip the cursor.(Read only) This rectangle is calculated based on the Container object's System.Windows.FrameworkElement.Width, System.Windows.FrameworkElement.Height and System.Windows.UIElement.RenderTransform values.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)