←Select platform

Renderer Property

Summary

Gets the annotation object renderer for this AnnAutomationObject.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public virtual Leadtools.Annotations.Core.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) 
get_Renderer(); 
set_Renderer(value); 
Object.defineProperty('Renderer'); 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Automation Assembly
Click or drag to resize