![]() |
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.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); }