←Select platform

Renderer Property

Summary
Gets the annotation object renderer for this AnnAutomationObject.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual IAnnObjectRenderer Renderer { get; set; } 
@property (nonatomic, strong, nullable) id<LTIAnnObjectRenderer> renderer; 
public IAnnObjectRenderer getRenderer() 
public void setRenderer(IAnnObjectRenderer renderer) 
public:  
   virtual property IAnnObjectRenderer^ Renderer 
   { 
      IAnnObjectRenderer^ get() 
      void set(IAnnObjectRenderer^ value) 
   } 
Renderer # get and set (AnnAutomationObject) 

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 22.0.2023.4.25
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

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