Copyright © 2003-2024 MultiMedia Soft
PictureTranspColor property
Type
[Visual Basic]
Overrides Public Property PictureTranspColor As Color
[C#]
public override Color PictureTranspColor {get; set;}
[C++]
public: __property Color get_PictureTranspColor();
public: __property void set_PictureTranspColor(Color);
Remarks
The color that will be rendered as transparent for pictures or animations over the button.
This setting has effect only if the PictureTranspMode property is set to TranspModes.UseDefinedColor
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.