Visual Basic (Declaration) | |
---|---|
Public Property WindowLevelPreset As WindowLevelInformation() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As WindowLevelDialog Dim value() As WindowLevelInformation instance.WindowLevelPreset = value value = instance.WindowLevelPreset |
C# | |
---|---|
public WindowLevelInformation[] WindowLevelPreset {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property WindowLevelInformation*[]* get_WindowLevelPreset(); public: __property void set_WindowLevelPreset( WindowLevelInformation*[]* value ); |
C++/CLI | |
---|---|
public: property array<WindowLevelInformation^>^ WindowLevelPreset { array<WindowLevelInformation^>^ get(); void set ( array<WindowLevelInformation^>^ value); } |
Property Value
Array of Leadtools.Medical.Workstation.WindowLevelInformation representing the presets to display.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7