PlacedResourceLeft 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
Syntaxpublic double Left { get; set; }
Public Property Left As Double
Get
Set
public:
virtual property double Left {
double get () sealed;
void set (double value) sealed;
}
abstract Left : float with get, set
override Left : float with get, set
Property Value
Type:
Double
The left location of the placed layer.
Implements
IPlacedLayerResourceLeft
See Also