Gets or sets the value that determines the default unit that will be used when the user draws an annotation.
public
AnnUnit DefaultAnnotationUnit {get; set;}
'Declaration
Public Property DefaultAnnotationUnit As
AnnUnit
'Usage
Dim instance As
MedicalViewerBaseCell
Dim value As
AnnUnit
instance.DefaultAnnotationUnit = value
value = instance.DefaultAnnotationUnit
public:
property
AnnUnit DefaultAnnotationUnit {
AnnUnit get();
void set (
AnnUnit value);
}
Property Value
A
Leadtools.Annotations.Core.AnnUnit enumeration value that determines the default unit that will be used when the user draws an annotation.