Returns a ControlDropShadowOptions initialized with default values.
createDefault = function()
static createDefault(): ControlDropShadowOptions;
The newly created object.
This member creates a new instance of ControlDropShadowOptions initialized with values that can be used to create a drop shadow with the most common appearance as follows:
Member | Value |
---|---|
IsVisible | false (must be changed to true to make it visible). |
Color | Black |
OffsetX | 8 |
OffsetY | 8 |
Blur | 8 |
For more information, refer to Image Viewer Appearance.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET