WPF Layout Controls | ComponentOne
C1.WPF.Accordion Namespace / C1Expander Class / ExpandedBackground Property

In This Topic
    ExpandedBackground Property
    In This Topic
    Gets or sets the System.Windows.Media.Brush that will be used when the control is expanded.
    Syntax
    'Declaration
     
    
    Public Property ExpandedBackground As Brush
    public Brush ExpandedBackground {get; set;}
    See Also