PlacedResourceRight Property |
Gets or sets the right 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 Right { get; set; }
Public Property Right As Double
Get
Set
public:
virtual property double Right {
double get () sealed;
void set (double value) sealed;
}
abstract Right : float with get, set
override Right : float with get, set
Property Value
Type:
Double
The right location of the placed layer.
Implements
IPlacedLayerResourceRight
See Also