'Declaration <DescriptionAttribute("The text font of DICOM annotation.")> <CategoryAttribute("Dicom")> Public Property Font As Vintasoft.Imaging.Annotation.AnnotationFont
[Description("The text font of DICOM annotation.")] [Category("Dicom")] public Vintasoft.Imaging.Annotation.AnnotationFont Font { get; set; }
[Description("The text font of DICOM annotation.")] [Category("Dicom")] public: __property Vintasoft.Imaging.Annotation.AnnotationFont* get_Font(); public: __property void set_Font(
Vintasoft.Imaging.Annotation.AnnotationFont* value
);
[Description("The text font of DICOM annotation.")] [Category("Dicom")] public:
property Vintasoft.Imaging.Annotation.AnnotationFont^ Font { Vintasoft.Imaging.Annotation.AnnotationFont^ get(); void set(Vintasoft.Imaging.Annotation.AnnotationFont^ value); }