ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / TubesShape3D Class / Geometry Property


In This Topic
    Geometry Property (TubesShape3D)
    In This Topic
    Gets 3D geometry that describes the shape.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Geometry As Geometry3D
    'Usage
     
    
    Dim instance As TubesShape3D
    Dim value As Geometry3D
     
    value = instance.Geometry
    public Geometry3D Geometry {get;}
    See Also