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