Backdrop3DSceneNormalVector Property |
Returns or sets a normal vector. To be more precise, this attribute defines a vector
normal to the face of the backdrop plane. Vector 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[] NormalVector { get; set; }
Public Property NormalVector As Single()
Get
Set
public:
virtual property array<float>^ NormalVector {
array<float>^ get () sealed;
void set (array<float>^ value) sealed;
}
abstract NormalVector : float32[] with get, set
override NormalVector : float32[] with get, set
Property Value
Type:
SingleImplements
IBackdrop3DSceneNormalVector
See Also