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