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 WindowLevelInformation*[]* WindowLevelPreset { WindowLevelInformation*[]* get(); void set ( WindowLevelInformation*[]* value); }