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