Copyright © 2003-2024 MultiMedia Soft

PictureReflectivityEnabled property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property PictureReflectivityEnabled As Boolean

 

[C#]

public bool PictureReflectivityEnabled {get; set;}

 

[C++]

public: __property bool get_PictureReflectivityEnabled();

public: __property void set_PictureReflectivityEnabled(bool);

 

 

Remarks

Boolean value that determines if a picture will result reflected over the button surface.

Below you can see two buttons: the left one doesn't have reflectivity enabled, the right one does.

3dcm_i000140     3dcm_i000141

Reflectivity applied to the picture can be fine tuned using the PictureReflectivityPerc and PictureReflectHeightPerc properties.

Applies to the Picture, PicturePressed, PictureMouseOver and PictureDisabled properties .

Supported values are the following:

Value

Meaning

False (default)

Reflectivity is disabled

True

Reflectivity is enabled

 

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.