PlacedResourceBottom Property |
Gets or sets the bottom location of the placed layer in the PSD image.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic double Bottom { get; set; }
Public Property Bottom As Double
Get
Set
public:
virtual property double Bottom {
double get () sealed;
void set (double value) sealed;
}
abstract Bottom : float with get, set
override Bottom : float with get, set
Property Value
Type:
Double
The bottom location of the placed layer.
Implements
IPlacedLayerResourceBottom
See Also