ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialNumericItem Class / Value Property



In This Topic
    Value Property (C1RadialNumericItem)
    In This Topic
    Gets or sets the Value property.
    Syntax
    'Declaration
     
    
    Public Property Value As Double
    'Usage
     
    
    Dim instance As C1RadialNumericItem
    Dim value As Double
     
    instance.Value = value
     
    value = instance.Value
    public double Value {get; set;}
    public:
    property double Value {
       double get();
       void set (    double value);
    }
    See Also