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

LabelPaddingBottom Property

The LabelPaddingBottom property gets the bottom padding for the item's text.

This example assigns the LabelPaddingBottom property to 10 pixels.

      Visual Basic

topicbar.ItemStyle.LabelPaddingBottom = Unit.Pixel(10)

      C#

topicbar.ItemStyle.LabelPaddingBottom = Unit.Pixel(10);


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