Gets the collection of specifications of how much space to give to each item.

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

Syntax

C#
public Collection<LineDefinition> LineDefinitions { get; }
Visual Basic
Public ReadOnly Property LineDefinitions As Collection(Of LineDefinition)
	Get

See Also