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

In This Topic
    HorizontalContentAlignment Property (C1HyperPanel)
    In This Topic
    Gets or sets the horizontal alignment of the panel's content.
    Syntax
    'Declaration
     
    
    Public Property HorizontalContentAlignment As HorizontalAlignment
    public HorizontalAlignment HorizontalContentAlignment {get; set;}
    See Also