public int Opacity {get; set;}
public: __property int get_Opacity();
public: __property void set_Opacity(
int value
);
public:
property int Opacity {
int get();
void set ( int value);
}
'Declaration
Public Property Opacity As Integer
'Usage
Dim instance As ImGearARTButton
Dim value As Integer
instance.Opacity = value
value = instance.Opacity
Property Value
Integer value from 0 (transparent) to 255 (opaque).