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.Commands Namespace > ChangeImageListViewOrientationCommand Class : ListOrientation Property |
public Orientation ListOrientation {get; set;}
'Declaration Public Property ListOrientation As Orientation
'Usage Dim instance As ChangeImageListViewOrientationCommand Dim value As Orientation instance.ListOrientation = value value = instance.ListOrientation
public: __property Orientation get_ListOrientation(); public: __property void set_ListOrientation( Orientation value );
public: property Orientation ListOrientation { Orientation get(); void set ( Orientation value); }