'Declaration Public Property TextFillColor As System.Nullable(Of VintasoftColor)
public System.Nullable<VintasoftColor> TextFillColor { get; set; }
public: __property System.Nullable<VintasoftColor*>* get_TextFillColor(); public: __property void set_TextFillColor(
System.Nullable<VintasoftColor*>* value
);
public:
property System.Nullable<VintasoftColor^>^ TextFillColor { System.Nullable<VintasoftColor^>^ get(); void set(System.Nullable<VintasoftColor^>^ value); }