Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1Expander Class / ExpandedBackground Property

In This Topic
    ExpandedBackground Property (C1Expander)
    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