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