'Declaration Public Property color As WebColorBase
public WebColorBase color { get; set; }
public: __property WebColorBase* get_color(); public: __property void set_color(
WebColorBase* value
);
public:
property WebColorBase^ color { WebColorBase^ get(); void set(WebColorBase^ value); }