WPF Layout Controls | ComponentOne
C1.WPF.Accordion Namespace / AccordionPanel Class / Fill Property

In This Topic
    Fill Property (AccordionPanel)
    In This Topic
    Gets or sets whether the available space will be filled with the content of the expanded item.
    Syntax
    'Declaration
     
    
    Public Property Fill As Boolean
    public bool Fill {get; set;}
    See Also