Copyright © 2003-2024 MultiMedia Soft

Texture.LightIntensity property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property LightIntensity As Short

 

[C#]

public short LightIntensity {get; set;}

 

[C++]

public: __property short get_LightIntensity();

public: __property void set_LightIntensity(short);

 

 

Remarks

The intensity of the light that hits the texture, previously set through the Texture.Filepath property, over the button surface.

The intensity range is between 0 and 100 and its default value is 40.

 

 

See also

Texture property.

TextureDesc class.

How to apply a texture to the button surface section.