Copyright © 2003-2024 MultiMedia Soft

PictureReflectivityPerc property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property PictureReflectivityPerc As Short

 

[C#]

public short PictureReflectivityPerc {get; set;}

 

[C++]

public: __property short get_PictureReflectivityPerc();

public: __property void set_PictureReflectivityPerc(short);

 

 

Remarks

Applies the percentage of reflectivity to the picture displayed over the button surface.

The value of this property can range from 0 (no reflectivity applied) to a value of 100 (maximum reflectivity). Lower or higher values will be automatically capped to the nearest valid value. The default value is 50.

Below you can see two buttons: the left one has a picture whose PictureReflectivityPerc property is set to 30, the right one has a picture whose PictureReflectivityPerc property is set to 100.

3dcm_i000142     3dcm_i000143

This property has no effect if the PictureReflectivityEnabled property is set to FALSE.

In order to perform changes to Pictures and Animations settings at Design-time take a look to the How to display bitmaps and animations section.