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.
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:
|