←Select platform

CreateDefault Method

Summary

Returns a ControlDropShadowOptions initialized with default values.

Syntax
C#
C++/CLI
public static ControlDropShadowOptions CreateDefault() 
public:  
   static ControlDropShadowOptions^ CreateDefault() 

Return Value

The newly created object.

Remarks

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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.