ComponentOne FinancialChart for WPF
Center Property



C1.WPF Namespace > C1HyperPanel Class : Center Property
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

Reference

C1HyperPanel Class
C1HyperPanel Members