'Declaration <CategoryAttribute("Dicom")> <DescriptionAttribute("The name of the font.")> Public Property FontName As System.String
[Category("Dicom")] [Description("The name of the font.")] public System.String FontName { get; set; }
[Category("Dicom")] [Description("The name of the font.")] public: __property System.String get_FontName(); public: __property void set_FontName(
System.String value
);
[Category("Dicom")] [Description("The name of the font.")] public:
property System.String FontName { System.String get(); void set(System.String value); }