Class UIElement3D
Used to plot any UIElement in 3D view.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.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 |
---|---|---|
System.Windows.UIElement | element | The element. |
Vector3D[] | points | The points. |