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