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

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

·      Delphi

topicbar.ItemStyle.RightBorderImageUrl := '~/Images/RightBorderPattern2.png';

 

 


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