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";
· Delphi
topicbar.ItemStyle.RightBorderImageUrl := '~/Images/RightBorderPattern2.png';
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |