Gets the rectangle used to clip the cursor when
AnnDesigner.IsClipCursor is true.
Syntax
Visual Basic (Declaration) | |
---|
<TypeConverterAttribute("System.Windows.RectConverter, WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")>
Protected Overridable 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 virtual Rect ClipCursorRectangle {get;} |
C++/CLI | |
---|
[TypeConverterAttribute("System.Windows.RectConverter, WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
protected:
virtual property Rect ClipCursorRectangle {
Rect get();
} |
XAML Syntax | |
---|
You cannot use this property in XAML. |
XAML Syntax | |
---|
You cannot use this property in XAML. |
Return Value
The
Rect structure used to clip the cursor when
AnnDesigner.IsClipCursor is true.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also