ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TreeMapItemStyle Class / TitleColor Property






In This Topic
    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