'Declaration Public Property blendColor As WebColorBase
public WebColorBase blendColor { get; set; }
public: __property WebColorBase* get_blendColor(); public: __property void set_blendColor(
WebColorBase* value
);
public:
property WebColorBase^ blendColor { WebColorBase^ get(); void set(WebColorBase^ value); }