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