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);
· Delphi
topicbar.ItemStyle.LabelPaddingBottom := Unit.Pixel(10);
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |