Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace > ControlDropShadowOptions Structure : CreateDefault Method |
public static ControlDropShadowOptions CreateDefault()
'Declaration
Public Shared Function CreateDefault() As ControlDropShadowOptions
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.