'Declaration <DescriptionAttribute("The text style.")> <BrowsableAttribute(False)> <CategoryAttribute("Dicom")> Public Overrides Property TextStyle As TextStyle
[Description("The text style.")] [Browsable(False)] [Category("Dicom")] public override TextStyle TextStyle { get; set; }
[Description("The text style.")] [Browsable(False)] [Category("Dicom")] public: __property TextStyle* get_TextStyle(); override; public: __property void set_TextStyle(
TextStyle* value
); override;
[Description("The text style.")] [Browsable(False)] [Category("Dicom")] public:
property TextStyle^ TextStyle { TextStyle^ get() override;; void set(TextStyle^ value) override;; }
Property Value
Всегда возвращает null.