In This Topic
Gets or sets the fill color.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute("")>
Public Property Color As System.String
'Usage
Dim instance As Fill
Dim value As System.String
instance.Color = value
value = instance.Color
[System.ComponentModel.DefaultValue("")]
public System.string Color {get; set;}
public read-write property Color: System.String;
System.ComponentModel.DefaultValueAttribute("")
public function get,set Color : System.String
[System.ComponentModel.DefaultValue("")]
public: __property System.string* get_Color();
public: __property void set_Color(
System.string* value
);
[System.ComponentModel.DefaultValue("")]
public:
property System.String^ Color {
System.String^ get();
void set ( System.String^ value);
}
See Also