ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ProgressIndicator Class / Header Property



In This Topic
    Header Property (C1ProgressIndicator)
    In This Topic
    Gets or sets the header of this control.
    Syntax
    'Declaration
     
    
    Public Property Header As Object
    'Usage
     
    
    Dim instance As C1ProgressIndicator
    Dim value As Object
     
    instance.Header = value
     
    value = instance.Header
    public object Header {get; set;}
    public:
    property Object^ Header {
       Object^ get();
       void set (    Object^ value);
    }
    See Also