ComponentOne WebMenus and WebBars for ASP.NET: Defining the GroupStyle and ItemStyle Classes > Unique ItemStyle Properties > RightBorderImageUrl Property

RightBorderImageUrl Property

The RightBorderImageUrl property gets or sets the URL of the right border image.

This example uses a custom 6 x 21 image for the RightBorderImageUrl property.

      Visual Basic

topicbar.ItemStyle.RightBorderImageUrl = "~/Images/RightBorderPattern2.png"

      C#

topicbar.ItemStyle.RightBorderImageUrl = "~/Images/LeftBorderPattern2.png";

 

 


Send comments about this topic to ComponentOne.
Copyright © 1987-2009 ComponentOne LLC. All rights reserved.