ComponentOne FinancialChart for WPF
ModalBackground Property



C1.WPF Namespace > C1Window Class : ModalBackground Property
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

Reference

C1Window Class
C1Window Members