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

LabelPaddingRight Property

The LabelPaddingRight property gets the right padding for the item's text. This property is effective when you have the ItemAlign property set to right.

·      Visual Basic

topicbar.ItemStyle.ItemAlign = HorizontalAlign.Right

topicbar.ItemStyle.LabelPaddingRight = Unit.Pixel(25)

·      C#

topicbar.ItemStyle.ItemAlign = HorizontalAlign.Right;

topicbar.ItemStyle.LabelPaddingRight = Unit.Pixel(25);

·      Delphi

topicbar.ItemStyle.ItemAlign := HorizontalAlign.Right

topicbar.ItemStyle.LabelPaddingRight := Unit.Pixel(25);


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