ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockWindow Class / ModalBackground Property

In This Topic
    ModalBackground Property (C1DockWindow)
    In This Topic
    Gets or sets the brushed used on the background when showing a modal window.
    Syntax
    'Declaration
     
    Public Property ModalBackground As Brush
    public Brush ModalBackground {get; set;}
    See Also