Gets or sets the center of the C1HyperPanel as a percentage of the control size.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public double Center { get; set; }
Visual Basic
Public Property Center As Double
	Get
	Set

Remarks

Elements near the center appear larger than the others.

This value is updated automatically as the mouse moves.

See Also