Visual Basic (Declaration) | |
---|---|
<BrowsableAttribute(False)> Public Property DefaultRubberStampType As AnnRubberStampType |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Medical3DControl Dim value As AnnRubberStampType instance.DefaultRubberStampType = value value = instance.DefaultRubberStampType |
C# | |
---|---|
[BrowsableAttribute(false)] public AnnRubberStampType DefaultRubberStampType {get; set;} |
C++/CLI | |
---|---|
[BrowsableAttribute(false)] public: property AnnRubberStampType DefaultRubberStampType { AnnRubberStampType get(); void set ( AnnRubberStampType value); } |
Property Value
An Leadtools.Annotations.AnnRubberStampType object that will be used to create a new rubber stampTo create a rubber stamp type, you can do one of the following:
- Add the object Leadtools.Annotations.AnnRubberStampObject to the Leadtools.MedicalViewer.MedicalViewerSubCell.AnnotationContainer objects collection; this is done using the Leadtools.MedicalViewer.MedicalViewerBaseCell.SubCells property.
- Add and set the action Leadtools.MedicalViewer.MedicalViewerActionType.AnnotationRubberStamp using the Leadtools.MedicalViewer.MedicalViewerBaseCell.AddAction(Leadtools.MedicalViewer.MedicalViewerActionType) and Leadtools.MedicalViewer.MedicalViewerBaseCell.SetAction(Leadtools.MedicalViewer.MedicalViewerActionType,Leadtools.MedicalViewer.MedicalViewerMouseButtons,Leadtools.MedicalViewer.MedicalViewerActionFlags) method respectivly, then draw the action using the mouse.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7