Opacity value of the layer.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Opacity As Byte |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CodecsPsdLayerInfo
Dim value As Byte
instance.Opacity = value
value = instance.Opacity
|
C# | |
---|
public byte Opacity {get; set;} |
Managed Extensions for C++ | |
---|
public: __property byte get_Opacity();
public: __property void set_Opacity(
byte value
); |
Return Value
Possible values are between 0 and 255, where a value of 0 is completely transparent and a value of 255 is
completely opaque.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also