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