Padding bottom for the item's text.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute(typeof(Unit), "")]
public Unit LabelPaddingBottom { get; set; }
Visual Basic (Declaration)
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute(GetType(Unit), "")> _
Public Property LabelPaddingBottom As Unit

See Also