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

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

·      Delphi

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


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