Rectangle3DCenter Property |
LightningChart .NET Help
Center of rectangle.
Namespace:
Arction.WinForms.Charting.Views.View3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointDoubleXYZ Center { get; set; }Public Property Center As PointDoubleXYZ
Get
Set
public:
property PointDoubleXYZ^ Center {
PointDoubleXYZ^ get ();
void set (PointDoubleXYZ^ value);
}Property Value
Type:
PointDoubleXYZ
See Also