Copyright © 2003-2024 MultiMedia Soft

SpotlightType property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property SpotlightType As Ctl3d.SpotlightTypes

 

[C#]

public Ctl3d.SpotlightTypes SpotlightType {get; set;}

 

[C++]

public: __property Ctl3d.SpotlightTypes get_SpotlightType ();

public: __property void set_SpotlightType (Ctl3d.SpotlightTypes);

 

 

Remarks

Defines the type of spotlight applied on the button.

Supported values are the following:

Mnemonic constant

Value

Meaning

SpotlightTypes.Radial

0 (default)

The spotlight has a radial progression.

3dcm_i000146

SpotlightTypes.Linear

1

The spotlight has a linear progression

3dcm_i000147

SpotlightTypes.BellShaped

2

The spotlight has a bell-shaped progression

3dcm_i000148

For further information about surface lighting, see the How to manage surface lighting section.