ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / IGeometry3D Interface / Center Property


In This Topic
    Center Property (IGeometry3D)
    In This Topic
    Gets the center of geometry
    Syntax
    'Declaration
     
    
    ReadOnly Property Center As Point3D
    'Usage
     
    
    Dim instance As IGeometry3D
    Dim value As Point3D
     
    value = instance.Center
    Point3D Center {get;}
    See Also