Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation Namespace > ModalityOptions Class : DefaultWindowLevel Property |
public WindowLevelInformation DefaultWindowLevel {get; set;}
'Declaration Public Property DefaultWindowLevel As WindowLevelInformation
'Usage Dim instance As ModalityOptions Dim value As WindowLevelInformation instance.DefaultWindowLevel = value value = instance.DefaultWindowLevel
public: __property WindowLevelInformation* get_DefaultWindowLevel(); public: __property void set_DefaultWindowLevel( WindowLevelInformation* value );
public: property WindowLevelInformation^ DefaultWindowLevel { WindowLevelInformation^ get(); void set ( WindowLevelInformation^ value); }