ComponentOne Basic Library for WPF and Silverlight
ModalBackground Property (C1Window)


C1.Silverlight 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 System.Windows.Media.Brush
'Usage
 
Dim instance As C1Window
Dim value As System.Windows.Media.Brush
 
instance.ModalBackground = value
 
value = instance.ModalBackground
public System.Windows.Media.Brush ModalBackground {get; set;}
See Also

Reference

C1Window Class
C1Window Members