LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

PresetName Property (WindowLevelInformationDialog)

Show in webframe






Gets or sets a System.String that represents the name for this window level preset.
Syntax
public string PresetName {get; set;}
'Declaration
 
Public Property PresetName As String
'Usage
 
Dim instance As WindowLevelInformationDialog
Dim value As String
 
instance.PresetName = value
 
value = instance.PresetName

            

            
public: __property string* get_PresetName();
public: __property void set_PresetName( 
   string* value
);
public:
property string* PresetName {
   string* get();
   void set (    string* value);
}

Property Value

A System.Stringthat represents the name for the preset
Requirements

Target Platforms

See Also

Reference

WindowLevelInformationDialog Class
WindowLevelInformationDialog Members

 

 


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