Gets or sets whether to add or remove a drop shadow to the Polaroid frame. true - will add the drop shadow false - will remove the drop shadow
Namespace: ZRLabs.Yael.BasicFilters
Assembly: zrlabs.Yael.BasicFilters (in zrlabs.Yael.BasicFilters.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property WithDropShadow As Boolean |
| C# |
|---|
| public bool WithDropShadow { get; set; } |
| C++ |
|---|
| public property bool WithDropShadow sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_WithDropShadow(); /** property */ public void set_WithDropShadow(bool value); |
| JScript |
|---|
| public function get WithDropShadow() : bool public function set WithDropShadow(value : bool); |