LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
SelectedModality Property
See Also 
Leadtools.Medical.Workstation Namespace > ModalitySettingsDataSource Class : SelectedModality Property




Gets or sets the selcted Leadtools.Dicom.Common.DataTypes.ModalityType.

Syntax

Visual Basic (Declaration) 
Public Property SelectedModality As ModalityType
Visual Basic (Usage)Copy Code
Dim instance As ModalitySettingsDataSource
Dim value As ModalityType
 
instance.SelectedModality = value
 
value = instance.SelectedModality
C# 
public ModalityType SelectedModality {get; set;}
Managed Extensions for C++ 
public: __property ModalityType get_SelectedModality();
public: __property void set_SelectedModality( 
   ModalityType value
);
C++/CLI 
public:
property ModalityType SelectedModality {
   ModalityType get();
   void set (    ModalityType value);
}

Property Value

The Leadtools.Dicom.Common.DataTypes.ModalityType object that represents the selected modality.

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