Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1HyperPanel Class / Center Property

In This Topic
    Center Property (C1HyperPanel)
    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
    public 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