Specifies the shade of color for the background when a modal dialog is active.
[Visual Basic]
Public Property BackShadeColor As
Color
[C#]
public
Color BackShadeColor {get; set;}
Remarks
Specifies the shade of color for the background when a modal dialog is active. The "back shade" places a half-transparent shade on top of the background. The shade visually indicates the existence of a modal dialog.
This property does not apply if the dialog is displayed as a modeless dialog.
See Also
Dialog Class | EO.Web Namespace