ComponentOne Basic Library for WPF and Silverlight
LineDefinitions Property (C1LinePanel)


C1.Silverlight Namespace > C1LinePanel Class : LineDefinitions Property
Gets the collection of specifications of how much space to give to each item.
Syntax
'Declaration
 
Public ReadOnly Property LineDefinitions As System.Collections.ObjectModel.Collection(Of LineDefinition)
'Usage
 
Dim instance As C1LinePanel
Dim value As System.Collections.ObjectModel.Collection(Of LineDefinition)
 
value = instance.LineDefinitions
public System.Collections.ObjectModel.Collection<LineDefinition> LineDefinitions {get;}
See Also

Reference

C1LinePanel Class
C1LinePanel Members