LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

CaptionText Property

Show in webframe






Gets or sets the text that will be displayed on the timeline view.
Syntax
public string CaptionText {get; set;}
'Declaration
 
Public Property CaptionText As String
'Usage
 
Dim instance As StudiesChronologicalSequenceBuilder
Dim value As String
 
instance.CaptionText = value
 
value = instance.CaptionText

            

            
public: __property string* get_CaptionText();
public: __property void set_CaptionText( 
   string* value
);
public:
property string* CaptionText {
   string* get();
   void set (    string* value);
}

Property Value

The text that will be displayed on the timeline view.
Requirements

Target Platforms

See Also

Reference

StudiesChronologicalSequenceBuilder Class
StudiesChronologicalSequenceBuilder Members

 

 


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