←Select platform

DrawCursor Property

Summary

Gets or sets the mouse cursor used when drawing new objects of this AnnAutomationObject

Syntax

C#
VB
WinRT C#
C++
public virtual object DrawCursor { get; set; } 
Public Overridable Property DrawCursor As Object 
public virtual object DrawCursor {get; set;} 
 <br/>get_DrawCursor();<br/>set_DrawCursor(value);<br/>Object.defineProperty('DrawCursor');  
public:  
   virtual property Object^ DrawCursor 
   { 
      Object^ get() 
      void set(Object^ value) 
   } 

Property Value

The mouse cursor used when drawing new objects of this AnnAutomationObject. The default value is null.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly