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