ComponentOne Basic Library for WPF and Silverlight
Center Property (C1HyperPanel)


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 System.Double
'Usage
 
Dim instance As C1HyperPanel
Dim value As System.Double
 
instance.Center = value
 
value = instance.Center
public System.double Center {get; set;}
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