'Declaration Public Overrides Property TextColor As Vintasoft.Primitives.VintasoftColor
public override Vintasoft.Primitives.VintasoftColor TextColor { get; set; }
public: __property Vintasoft.Primitives.VintasoftColor get_TextColor(); override; public: __property void set_TextColor(
Vintasoft.Primitives.VintasoftColor value
); override;
public:
property Vintasoft.Primitives.VintasoftColor TextColor { Vintasoft.Primitives.VintasoftColor get() override;; void set(Vintasoft.Primitives.VintasoftColor value) override;; }