Leadtools.Medical.Workstation.Commands Namespace > ChangeCellScrollCommand Class : Scroll Property |
public ChangeCellScrollCommand.ScrollLocation Scroll {get; set;}
'Declaration Public Property Scroll As ChangeCellScrollCommand.ScrollLocation
'Usage Dim instance As ChangeCellScrollCommand Dim value As ChangeCellScrollCommand.ScrollLocation instance.Scroll = value value = instance.Scroll
public: __property ChangeCellScrollCommand.ScrollLocation get_Scroll(); public: __property void set_Scroll( ChangeCellScrollCommand.ScrollLocation value );
public: property ChangeCellScrollCommand.ScrollLocation Scroll { ChangeCellScrollCommand.ScrollLocation get(); void set ( ChangeCellScrollCommand.ScrollLocation value); }