Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1LinePanel Class / LineDefinitions Property

In This Topic
    LineDefinitions Property (C1LinePanel)
    In This Topic
    Gets the collection of specifications of how much space to give to each item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LineDefinitions As Collection(Of LineDefinition)
    public Collection<LineDefinition> LineDefinitions {get;}
    See Also