IopaResourceFillOpacity Property |
Gets or sets the fill opacity.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic byte FillOpacity { get; set; }
Public Property FillOpacity As Byte
Get
Set
public:
property unsigned char FillOpacity {
unsigned char get ();
void set (unsigned char value);
}
member FillOpacity : byte with get, set
Property Value
Type:
Byte
The fill opacity.
See Also