Gets or sets the
Leadtools.Annotations.AnnFont class that represents the font used for the text in all the annotation objects.
public AnnFont DefaultAnnotationFont {get; set;}
'Declaration
Public Property DefaultAnnotationFont As AnnFont
'Usage
Dim instance As MedicalViewerBaseCell
Dim value As AnnFont
instance.DefaultAnnotationFont = value
value = instance.DefaultAnnotationFont
public:
property AnnFont^ DefaultAnnotationFont {
AnnFont^ get();
void set ( AnnFont^ value);
}
Property Value
Leadtools.Annotations.AnnFont class that represents the font used for the text in all the annotation objects that will be drawn later.