InfxResourceBlendInteriorElements Property |
Gets or sets a value indicating whether [blend interior elements].
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic bool BlendInteriorElements { get; set; }
Public Property BlendInteriorElements As Boolean
Get
Set
public:
property bool BlendInteriorElements {
bool get ();
void set (bool value);
}
member BlendInteriorElements : bool with get, set
Property Value
Type:
Booleantrue if [blend interior elements]; otherwise,
false.
See Also