Shape Property

Summary

Gets or sets the enumerated value that indicates the shape of the nudge tool brush.

Syntax
C#
VB
C++
public MedicalViewerNudgeToolShape Shape { get; set; } 
  
Public Property Shape As MedicalViewerNudgeToolShape 
            public: 
property MedicalViewerNudgeToolShape Shape { 
   MedicalViewerNudgeToolShape get(); 
   void set (    MedicalViewerNudgeToolShape ); 
} 

Property Value

An Enumerated MedicalViewerNudgeToolShape value that indicates the shape of the nudge tool brush. The default is MedicalViewerNudgeToolShape.Ellipse.

Example

For an example, refer to MedicalViewerNudgeTool

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