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); }