In This Topic
A value that indicates the filled color of the chart style.
Syntax
'Declaration
Public Property Fill As System.String
'Usage
Dim instance As SVGStyle
Dim value As System.String
instance.Fill = value
value = instance.Fill
public System.string Fill {get; set;}
public read-write property Fill: System.String;
public function get,set Fill : System.String
public: __property System.string* get_Fill();
public: __property void set_Fill(
System.string* value
);
public:
property System.String^ Fill {
System.String^ get();
void set ( System.String^ value);
}
See Also