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