ComponentOne WebMenus and WebBars for ASP.NET (2.0) Search HelpCentral 

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";

·      Delphi

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 © ComponentOne LLC. All rights reserved.