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

LeftBorderImageUrl Property

The LeftBorderImageUrl property gets the URL for the left border image.

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

      Visual Basic

topicbar.ItemStyle.LeftBorderImageUrl = "~/Images/LeftBorderPattern2.png"

      C#

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

 

Note: The following ItemStyle properties: LeftBorderImageUrl, BackImageUrl, and RightBorderImageUrl are commonly used together like the image below:


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