IPlacedLayerResourceValue Property |
Gets or sets the warp value of the placed layer in the PSD image.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxdouble Value { get; set; }
Property Value As Double
Get
Set
property double Value {
double get ();
void set (double value);
}
abstract Value : float with get, set
Property Value
Type:
Double
The warp value of the placed layer.
See Also