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.
topicbar.ItemStyle.RightBorderImageUrl = "~/Images/RightBorderPattern2.png"
• C#
topicbar.ItemStyle.RightBorderImageUrl = "~/Images/LeftBorderPattern2.png";
|