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