Hi,
How to set backgorund image of an Item under a Group in UtraExplorerBar?
I am importing image for ImageBackground property of an Item but still item is
not reflecting that image. I've tried it out for all settings under large or small appearances.
I want to change background image for rectangled area.
One more thing, How to align text of an Item other than center,left and right?
Can i use indent property same as images, or white spaces.
Thanks in advance
You can set the background image for the item area using the UltraExplorerBarGroup.Settings.AppearancesSmall.ItemAreaAppearance.ImageBackground property.
Item horizontal text alignment is controlled by the UltraExplorerBarItem.Settings.AppearancesSmall.Appearance.TextHAlign property.
Item indentation is controlled by the UltraExplorerBarItem.Settings.Indent property.