LabelPaddingBottom Property
The LabelPaddingBottom property gets the bottom padding for the item's text.
This example assigns the LabelPaddingBottom property to 10 pixels.
topicbar.ItemStyle.LabelPaddingBottom = Unit.Pixel(10)
• C#
topicbar.ItemStyle.LabelPaddingBottom = Unit.Pixel(10);
|