Center Property (Sphere3D)
In This Topic
Gets or sets the center of element.
Syntax
'Declaration
Public Overridable Property Center As Point3D
'Usage
Dim instance As Sphere3D
Dim value As Point3D
instance.Center = value
value = instance.Center
public virtual Point3D Center {get; set;}
See Also