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.Interfaces.Views Namespace > IWindowLevelView Interface : WindowLevelPreset Property |
WindowLevelInformation[] WindowLevelPreset {get; set;}
'Declaration Property WindowLevelPreset As WindowLevelInformation()
'Usage Dim instance As IWindowLevelView Dim value() As WindowLevelInformation instance.WindowLevelPreset = value value = instance.WindowLevelPreset
__property WindowLevelInformation*[]* get_WindowLevelPreset(); __property void set_WindowLevelPreset( WindowLevelInformation*[]* value );
property array<WindowLevelInformation^>^ WindowLevelPreset { array<WindowLevelInformation^>^ get(); void set ( array<WindowLevelInformation^>^ value); }