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