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