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