SelectedObject Property

Summary

Gets the annotation container selected object, if any.

Syntax
C#
VB
C++
public AnnObject SelectedObject { get; } 
  
Public ReadOnly Property SelectedObject As AnnObject 
            public: 
property AnnObject^ SelectedObject { 
   AnnObject^ get(); 
} 

Property Value

Leadtools.Annotations.Engine.AnnObjectrepresents the selected object.

Remarks

To select the object, call the SelectedObject 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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly