MinColor Property (TreeMapItemStyle)
In This Topic
Gets or sets the color of the min value.
Syntax
'Declaration
Public Property MinColor As System.String
'Usage
Dim instance As TreeMapItemStyle
Dim value As System.String
instance.MinColor = value
value = instance.MinColor
public System.string MinColor {get; set;}
public read-write property MinColor: System.String;
public function get,set MinColor : System.String
public: __property System.string* get_MinColor();
public: __property void set_MinColor(
System.string* value
);
public:
property System.String^ MinColor {
System.String^ get();
void set ( System.String^ value);
}
See Also