Leadtools.Medical.Workstation.Presenters Namespace > WindowLevelInformationPresenter Class : Argument Property |
public WindowLevelInformationArgument Argument {get; set;}
'Declaration Public Property Argument As WindowLevelInformationArgument
'Usage Dim instance As WindowLevelInformationPresenter Dim value As WindowLevelInformationArgument instance.Argument = value value = instance.Argument
public: __property WindowLevelInformationArgument* get_Argument(); public: __property void set_Argument( WindowLevelInformationArgument* value );
public: property WindowLevelInformationArgument* Argument { WindowLevelInformationArgument* get(); void set ( WindowLevelInformationArgument* value); }