public virtual Type DrawDesignerType { get; set; }
Public Overridable Property DrawDesignerType As Type
@property (nonatomic,assign) Class drawDesignerType;
public Class<?> getDrawDesignerType()
public void setDrawDesignerType(Class<?> classType)
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document