Leadtools.MedicalViewer Namespace > MedicalViewerSubCell Class : SelectedObject Property |
public AnnObject SelectedObject {get;}
'Declaration Public ReadOnly Property SelectedObject As AnnObject
'Usage Dim instance As MedicalViewerSubCell Dim value As AnnObject value = instance.SelectedObject
public: property AnnObject^ SelectedObject { AnnObject^ get(); }
To select the object, call the SelectObject method.
Selecting the object means that the object will enter the edit mode; in the edit mode the editing handles will appear at the sides of the object, as long as the rotation handle, and rotation center.
To show or hide the rotation handles, use the property MedicalViewerBaseCell.ShowRotationHandle.