| LayerBlendingOptions Property |
Gets the blending options.
Namespace: Aspose.PSD.FileFormats.Psd.LayersAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic BlendingOptions BlendingOptions { get; }Public ReadOnly Property BlendingOptions As BlendingOptions
Get
public:
property BlendingOptions^ BlendingOptions {
BlendingOptions^ get ();
}member BlendingOptions : BlendingOptions with get
Property Value
Type:
BlendingOptions
The blending options.
See Also