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



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