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