Gets or sets the value that determines whether to show the annotation rotation handle.
public bool ShowRotationHandle {get; set;}
public bool ShowRotationHandle {get; set;}
get_ShowRotationHandle();
set_ShowRotationHandle(value);
public:
property bool ShowRotationHandle {
bool get();
void set ( bool value);
}
'Declaration
Public Property ShowRotationHandle As Boolean
'Usage
Dim instance As MedicalViewerBaseCell
Dim value As Boolean
instance.ShowRotationHandle = value
value = instance.ShowRotationHandle
Property Value
true to show the rotation handle along with the rotation center; otherwise, false.
For an example, please refer to
MedicalViewerSubCell
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2