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

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

Syntax

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

See Also