←Select platform

Renderer Property

Summary

Gets the annotation object renderer for this AnnAutomationObject.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public virtual IAnnObjectRenderer Renderer { get; set; } 
Public Overridable Property Renderer As Leadtools.Annotations.Core.IAnnObjectRenderer 
public virtual Leadtools.Annotations.Core.IAnnObjectRenderer Renderer {get; set;} 
@property (nonatomic,retain) id<LTIAnnObjectRenderer> renderer; 
public IAnnObjectRenderer getRenderer() 
public void setRenderer(IAnnObjectRenderer renderer) 
             
 <br/>get_Renderer();<br/>set_Renderer(value);<br/>Object.defineProperty('Renderer');  
public:  
   virtual property IAnnObjectRenderer^ Renderer 
   { 
      IAnnObjectRenderer^ get() 
      void set(IAnnObjectRenderer^ value) 
   } 

Property Value

The IAnnObjectRenderer for this AnnAutomationObject. The default value is null.

Remarks

AnnAutomationManager will create instance of the default object renderers and set them in this property during AnnAutomationManager.CreateDefaultObjects. You can use this property to query and change the renderer if required. For more information on annotation object renderers, refer to AnnObjectRenderer.

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