LEADTOOLS Medical (Leadtools.MedicalViewer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
DrawDesigner Property
See Also 
Leadtools.MedicalViewer Namespace > MedicalViewerCustomAnnotationArgs Class : DrawDesigner Property



Gets or sets the DrawDesigner for the requested custom annotation.

Syntax

Visual Basic (Declaration) 
Public Property DrawDesigner As AnnDrawDesigner
Visual Basic (Usage)Copy Code
Dim instance As MedicalViewerCustomAnnotationArgs
Dim value As AnnDrawDesigner
 
instance.DrawDesigner = value
 
value = instance.DrawDesigner
C# 
public AnnDrawDesigner DrawDesigner {get; set;}
C++/CLI 
public:
property AnnDrawDesigner^ DrawDesigner {
   AnnDrawDesigner^ get();
   void set (    AnnDrawDesigner^ value);
}

Property Value

Leadtools.Annotations.AnnDrawDesigner that will be used when drawing the requested custom annotation.

Example

For an example, please refer to MedicalViewerCustomAnnotationRequestedObject.

Remarks

If the user didn not send the draw designer of the custom annotation object, the toolkit will internally tries to find the closest built-in draw designer. If the toolkit could not find any suitable draw designer, the custom annotation will not be drawn.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features