public byte Opacity {get; set;}
'Declaration
Public Property Opacity As Byte
'Usage
Dim instance As CodecsPsdLayerInfo
Dim value As Byte
instance.Opacity = value
value = instance.Opacity
public byte Opacity {get; set;}
<br/>get_Opacity();<br/>set_Opacity(value);<br/>Object.defineProperty('Opacity');
public:
property byte Opacity {
byte get();
void set ( byte value);
}
Property Value
Possible values are between 0 and 255, where a value of 0 is completely transparent and a value of 255 is completely opaque.