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.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7