Class UIElement3D
Used to plot any UIElement in 3D view.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public class UIElement3D : Polygon3D
Constructors
UIElement3D(UIElement, Vector3D[])
Initializes a new instance of the UIElement3D class.
Declaration
public UIElement3D(UIElement element, Vector3D[] points)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.UIElement | element | The element. |
Vector3D[] | points | The points. |