ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Cylinder3D Class / _center Field


In This Topic
    _center Field (Cylinder3D)
    In This Topic
    Stores the center of the element.
    Syntax
    'Declaration
     
    
    Protected _center As Point3D
    'Usage
     
    
    Dim instance As Cylinder3D
    Dim value As Point3D
     
    value = instance._center
     
    instance._center = value
    protected Point3D _center
    See Also