Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomationObject Class : Renderer Property |
public virtual IAnnObjectRenderer Renderer {get; set;}
'Declaration
Public Overridable Property Renderer As IAnnObjectRenderer
public virtual 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');
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.