DefiningGeometry Property (Pie3D)
In This Topic
Gets the geometry that represents the element.
Syntax
'Declaration
Protected Overridable ReadOnly Property DefiningGeometry As Geometry
'Usage
Dim instance As Pie3D
Dim value As Geometry
value = instance.DefiningGeometry
protected virtual Geometry DefiningGeometry {get;}
See Also