←Select platform

Renderer Property

Summary
Gets the annotation object renderer for this AnnAutomationObject.
Syntax
C#
VB
Objective-C
C++
Java
public virtual IAnnObjectRenderer Renderer { get; set; } 
Public Overridable Property Renderer As IAnnObjectRenderer 
@property (nonatomic,retain) id<LTIAnnObjectRenderer> renderer; 
public IAnnObjectRenderer getRenderer() 
public void setRenderer(IAnnObjectRenderer 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.