Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1LinePanel Class / LineDefinitions Property

In This Topic
    LineDefinitions Property
    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