Bottom padding for the separator image.

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

Syntax

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

See Also