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



In This Topic
    ContainerAnimationStartPosition Property
    In This Topic
    Gets the From point of the container animation that animates the C1ProgressBar.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ContainerAnimationStartPosition As Double
    'Usage
     
    
    Dim instance As C1ProgressBarTemplateSettings
    Dim value As Double
     
    value = instance.ContainerAnimationStartPosition
    public double ContainerAnimationStartPosition {get;}
    public:
    property double ContainerAnimationStartPosition {
       double get();
    }
    See Also