Gets or sets the opacity level from 0 (transaprent) to 255 (opaque).
Namespace:
BeeMobile.TransparentControlsAssembly: BeeMobile.TPanels.NET35 (in BeeMobile.TPanels.NET35.dll) Version: 3.5.8.5
Syntax
C# |
---|
public byte Opacity { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Opacity As Byte |
Visual C++ |
---|
public: property unsigned char Opacity { unsigned char get (); void set (unsigned char value); } |