ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1HyperPanel Class / Center Property



In This Topic
    Center Property
    In This Topic
    Gets or sets the center of the C1HyperPanel as a percentage of the control size.
    Syntax
    'Declaration
     
    
    Public Property Center As Double
    'Usage
     
    
    Dim instance As C1HyperPanel
    Dim value As Double
     
    instance.Center = value
     
    value = instance.Center
    public double Center {get; set;}
    public:
    property double Center {
       double get();
       void set (    double value);
    }
    Remarks

    Elements near the center appear larger than the others.

    This value is updated automatically as the mouse moves.

    See Also