Right padding for the separator image.

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

Syntax

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

See Also