LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

DrawObject Property

Show in webframe





Gets or sets the AnnObject that is currently being drawn.
Syntax
public AnnObject DrawObject {get; set;}
'Declaration
 
Public Property DrawObject As AnnObject
'Usage
 
Dim instance As AnnDrawDesigner
Dim value As AnnObject
 
instance.DrawObject = value
 
value = instance.DrawObject

            

            
public:
property AnnObject^ DrawObject {
   AnnObject^ get();
   void set (    AnnObject^ value);
}

Property Value

The AnnObject that is currently being drawn.
Requirements

Target Platforms

See Also

Reference

AnnDrawDesigner Class
AnnDrawDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.