TypeToolInfo6ResourceBottom Property |
Gets or sets the bottom location.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic int Bottom { get; set; }
Public Property Bottom As Integer
Get
Set
public:
property int Bottom {
int get ();
void set (int value);
}
member Bottom : int with get, set
Property Value
Type:
Int32
The bottom location.
See Also