[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.ShowShadow

ShowShadow Property

ShowShadow

Gets or sets a value indicating whether the drop down window show shadow or not. This is a dependency property.

Declaration
[Bindable(true)]
public bool ShowShadow { get; set; }
<Bindable(True)>
Public Property ShowShadow As Boolean
Property Value
Type Description
bool

true if the drop down window show shadow; otherwise, false.

Remarks

A drop shadow effect displays when the SystemParameters.DropShadow property and the AllowsTransparency property are set to true.