LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

DescriptionText Property (AnnotationSaveDescriptionDialog)

Show in webframe






Gets or sets the text for the description of the annotation.
Syntax
public string DescriptionText {get; set;}
'Declaration
 
Public Property DescriptionText As String
'Usage
 
Dim instance As AnnotationSaveDescriptionDialog
Dim value As String
 
instance.DescriptionText = value
 
value = instance.DescriptionText

            

            
public: __property string* get_DescriptionText();
public: __property void set_DescriptionText( 
   string* value
);
public:
property string* DescriptionText {
   string* get();
   void set (    string* value);
}

Property Value

A System.String that represents the description of the annotation.
Requirements

Target Platforms

See Also

Reference

AnnotationSaveDescriptionDialog Class
AnnotationSaveDescriptionDialog Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.