Right padding for the item's text.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(typeof(Unit), "")] [NotifyParentPropertyAttribute(true)] public Unit LabelPaddingRight { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute(GetType(Unit), "")> _ <NotifyParentPropertyAttribute(True)> _ Public Property LabelPaddingRight As Unit |