ComponentOne WebMenus and WebBars for ASP.NET: Defining the GroupStyle and ItemStyle Classes > Unique ItemStyle Properties > LabelPaddingRight Property

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


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