Forum Discussion

mvalerio24's avatar
mvalerio24
Contributor
19 days ago

Menu Component Header Text

I created a couple menu components and I'm using images with them on the landing page. I read that you can use an image and also have a header text display but i can't get the header text to show with the image. Is there something special that needs to be done? I am manipulating the parent item below and thought it would be as easy as creating a header text but im not getting the desired result. Below is  a screen shot of the image and the children of the menu but I want to see some kind of value by the image that says Tasks

'     'Manipulations
parentMenuTaskItem1.HeaderText = "Tasks"
parentMenuTaskItem1.ImageFileSourceType = XFImageFileSourceType.DashboardFile
parentMenuTaskItem1.ImageNameOrPath = "LP_task.png"
parentMenuTaskItem1.Height = 100
parentMenuTaskItem1.Width= 100
parentMenuTaskItem1.ToolTip = "Tasks"
 
 

 

1 Reply

  • USER ERROR, I had the foreground color set to transparent! The Header text shows to the right of the image now