ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1Window Class / ModalBackground Property



In This Topic
    ModalBackground Property
    In This Topic
    Gets or sets the brushed used on the background when showing a modal window.
    Syntax
    'Declaration
     
    
    Public Property ModalBackground As Brush
    'Usage
     
    
    Dim instance As C1Window
    Dim value As Brush
     
    instance.ModalBackground = value
     
    value = instance.ModalBackground
    public Brush ModalBackground {get; set;}
    public:
    property Brush^ ModalBackground {
       Brush^ get();
       void set (    Brush^ value);
    }
    See Also