ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / RibbonShape3D Class / _rad Field


In This Topic
    _rad Field (RibbonShape3D)
    In This Topic
    Stores the radius of the shape.
    Syntax
    'Declaration
     
    
    Protected _rad As Double
    'Usage
     
    
    Dim instance As RibbonShape3D
    Dim value As Double
     
    value = instance._rad
     
    instance._rad = value
    protected double _rad
    See Also