Gets or sets the distance between side items.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public double ItemDistance { get; set; }
Visual Basic
Public Property ItemDistance As Double
	Get
	Set

Remarks

The value for this property is relative to the current item size. For example, a value of 0.5 means that the distance will be half the item size.

See Also