Copyright © 2003-2023 MultiMedia Soft

ShadowMode property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property ShadowMode As Ctl3d.ShadowModes

 

[C#]

public Ctl3d.ShadowModes ShadowMode {get; set;}

 

[C++]

public: __property Ctl3d.ShadowModes get_ShadowMode();

public: __property void set_ShadowMode(Ctl3d.ShadowModes);

 

 

Remarks

The shadow applied to the button.

The color used to render the shadow can be modified through the ShadowColor property.

Supported values are the following:

Enumerated value

Value

Meaning

ShadowModes.None

0 (default)

No shadow

3dcm_i00003c

ShadowModes.Solid

1

Solid shadow

3dcm_i00003d

ShadowModes.HalfBlurred

2

Half blurred shadow

3dcm_i00003e

ShadowModes.Blurred

3

Blurred shadow

3dcm_i00003f

 

In order to change this setting at Design-time take a look to the How to change the control appearance section.