Leadtools.Medical.Workstation Namespace > WindowLevelInformationArgumentData Class : WindowLevel Property |
public WindowLevelInformation WindowLevel {get; set;}
'Declaration Public Property WindowLevel As WindowLevelInformation
'Usage Dim instance As WindowLevelInformationArgumentData Dim value As WindowLevelInformation instance.WindowLevel = value value = instance.WindowLevel
public: __property WindowLevelInformation* get_WindowLevel(); public: __property void set_WindowLevel( WindowLevelInformation* value );
public: property WindowLevelInformation* WindowLevel { WindowLevelInformation* get(); void set ( WindowLevelInformation* value); }