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 : DrawDesignerType Property |
public virtual Type DrawDesignerType {get; set;}
'Declaration
Public Overridable Property DrawDesignerType As Type
public virtual Windows.UI.Xaml.Interop.TypeName DrawDesignerType {get; set;}
@property (nonatomic,assign) Class drawDesignerType;
public Class<?> getDrawDesignerType() public void setDrawDesignerType(Class<?> classType)
<br/>get_DrawDesignerType();<br/>set_DrawDesignerType(value);<br/>Object.defineProperty('DrawDesignerType');
The automation framework will create this draw designer whenever an object of this type is to be drawn. You should set this value to the type of one of the derived classes of AnnDrawDesigner.
For an example, refer to FindObjectById.