public virtual Type DrawDesignerType {get; set;}
public virtual Windows.UI.Xaml.Interop.TypeName DrawDesignerType {get; set;}
@property (nonatomic,assign) Class drawDesignerType;
public Class<?> getDrawDesignerType() public void setDrawDesignerType(Class<?> classType)
get_DrawDesignerType();
set_DrawDesignerType(value);
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.