Backdrop3DSceneAnchorPoint Property |
Returns or sets a point in 3D space. This point is the point in space that anchors the backdrop plane.
3D point represented by array of 3 float values which define X, Y and Z coordinates.
Read/write float.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic float[] AnchorPoint { get; set; }
Public Property AnchorPoint As Single()
Get
Set
public:
virtual property array<float>^ AnchorPoint {
array<float>^ get () sealed;
void set (array<float>^ value) sealed;
}
abstract AnchorPoint : float32[] with get, set
override AnchorPoint : float32[] with get, set
Property Value
Type:
SingleImplements
IBackdrop3DSceneAnchorPoint
See Also