Gets or sets the type of the draw designer of this AnnAutomationObject.
public virtual Type DrawDesignerType { get; set; }
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');
public:
virtual property Type^ DrawDesignerType
{
Type^ get()
void set(Type^ value)
}
The type of the draw designer of this AnnAutomationObject. The default value is null.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET