Default spacing between items in group.

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

Syntax

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

See Also