Reads or writes offset between groups.

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

Syntax

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

See Also