ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ProgressBarTemplateSettings Class / IndicatorWidth Property



In This Topic
    IndicatorWidth Property
    In This Topic
    Gets the width of the indicator.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IndicatorWidth As Double
    'Usage
     
    
    Dim instance As C1ProgressBarTemplateSettings
    Dim value As Double
     
    value = instance.IndicatorWidth
    public double IndicatorWidth {get;}
    public:
    property double IndicatorWidth {
       double get();
    }
    See Also