Lfx2ResourceOpacity Property |
Gets the opacity.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic double Opacity { get; }
Public ReadOnly Property Opacity As Double
Get
public:
property double Opacity {
double get ();
}
member Opacity : float with get
Property Value
Type:
Double
The opacity.
See Also